Skip to content

Releases: zouzhirong/configx

1.0.1

08 Sep 09:36
Compare
Choose a tag to compare

服务端安装

  • 下载configx-web-1.0.1.tar.gz
  • tar -zxvf configx-web-1.0.1.tar.gz
  • 修改配置文件configx.properties
  • 执行tables_mysql.sql文件
  • 运行 java -jar configx-web-1.0.1.jar

客户端Maven依赖

<dependency>
  <groupId>com.configx</groupId>
  <artifactId>configx-client</artifactId>
  <version>1.0.1</version>
</dependency>