1.2.5 • Published 4 years ago
archus-atlas v1.2.5
archus-atlas
archus common toolset
QuickStart
// npm
npm i archus-atlas
// yarn
yarn add archus-atlas.env
You need to create a .env file in the root directory with the following content
ZK_URL=localhost:2181
// If you need to register the service
ZK_REGISTER_PATH="/archus/microservices" //Service Registration Directory
ZK_REGISTER_SERVICE_NAME="test-service" // Service Nameinit
import { ZKUtil } from "../core/ZKUtil";
await ZKUtil.init();
// If you need to register the service
ZKUtil.register();1.2.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.2.5
4 years ago
1.1.6
4 years ago
1.2.4
4 years ago
1.1.5
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago