Skip to content

Commit

Permalink
升级版本到1.4.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongxunking committed May 4, 2019
1 parent 9f8acb0 commit 55799f3
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ currentId:当前id,标识本生产者在当前周期下生产到了哪个id

启动服务端命令模板:
```bash
java -jar idcenter-1.3.0.RELEASE.jar --spring.profiles.active="online" --spring.datasource.url="数据库连接" --spring.datasource.username="数据库用户名" --spring.datasource.password="数据库密码"
java -jar idcenter-1.4.0.RELEASE.jar --spring.profiles.active="online" --spring.datasource.url="数据库连接" --spring.datasource.username="数据库用户名" --spring.datasource.password="数据库密码"
```
比如我本地开发时启动命令:
```bash
java -jar idcenter-1.3.0.RELEASE.jar --spring.profiles.active="online" --spring.datasource.url="jdbc:mysql://localhost:3306/idcenter-dev?useUnicode=true&characterEncoding=utf-8" --spring.datasource.username="root" --spring.datasource.password="root"
java -jar idcenter-1.4.0.RELEASE.jar --spring.profiles.active="online" --spring.datasource.url="jdbc:mysql://localhost:3306/idcenter-dev?useUnicode=true&characterEncoding=utf-8" --spring.datasource.username="root" --spring.datasource.password="root"
```

## 3. 集成客户端
Expand All @@ -105,7 +105,7 @@ java -jar idcenter-1.3.0.RELEASE.jar --spring.profiles.active="online" --spring.
<dependency>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter-client</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -140,15 +140,15 @@ starter本质上还是依赖于上面介绍的客户端的能力,只不过根
<dependency>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter-spring-boot-starter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</dependency>
```
- SpringBoot1.x应用引入:
```xml
<dependency>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter-spring-boot-starter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.hibernate.validator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-assemble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-assemble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-biz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-dal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-dal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-facade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idcenter-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
</parent>

<artifactId>idcenter-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.4.0.RELEASE</version>
<packaging>pom</packaging>

<name>idcenter</name>
Expand Down

0 comments on commit 55799f3

Please sign in to comment.