Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Sep 23, 2020
1 parent f427b03 commit 942a96f
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you want to bootstrap fastdep, you'll need:
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${Module Name}</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.3'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.4'
```

Modules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ fastdep
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${模块名称}</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.3'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.4'
```

模块
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<div id="app"></div>
<script>
const version = '1.0.3';
const version = '1.0.4';
window.$docsify = {
markdown: {
smartypants: true,
Expand Down
2 changes: 1 addition & 1 deletion fastdep-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-shiro-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions fastdep-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-datasource</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-redis</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-shiro-jwt</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-file</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fastdep-test/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fastdep:
douyin:
mapper: com.louislivi.fastdep.test.mapper.douyin
password: 123456
url: jdbc:mysql://192.168.12.88:3306/douyin?serverTimezone=Asia/Chongqing&useLegacyDatetimeCode=false&nullNamePatternMatchesAll=true&zeroDateTimeBehavior=CONVERT_TO_NULL&tinyInt1isBit=false&autoReconnect=true&useSSL=false&pinGlobalTxToPhysicalConnection=true
url: jdbc:mysql://192.168.31.83:3306/douyin?serverTimezone=Asia/Chongqing&useLegacyDatetimeCode=false&nullNamePatternMatchesAll=true&zeroDateTimeBehavior=CONVERT_TO_NULL&tinyInt1isBit=false&autoReconnect=true&useSSL=false&pinGlobalTxToPhysicalConnection=true
driverClassName: com.mysql.cj.jdbc.Driver
username: root
# # 下面为连接池的补充设置
Expand Down Expand Up @@ -56,7 +56,7 @@ fastdep:
test:
mapper: com.louislivi.fastdep.test.mapper.test
password: 123456
url: jdbc:mysql://192.168.12.88:3306/woa_common?serverTimezone=Asia/Chongqing&useLegacyDatetimeCode=false&nullNamePatternMatchesAll=true&zeroDateTimeBehavior=CONVERT_TO_NULL&tinyInt1isBit=false&autoReconnect=true&useSSL=false&pinGlobalTxToPhysicalConnection=true
url: jdbc:mysql://192.168.31.83:3306/woa_common?serverTimezone=Asia/Chongqing&useLegacyDatetimeCode=false&nullNamePatternMatchesAll=true&zeroDateTimeBehavior=CONVERT_TO_NULL&tinyInt1isBit=false&autoReconnect=true&useSSL=false&pinGlobalTxToPhysicalConnection=true
driverClassName: com.mysql.cj.jdbc.Driver
username: root
# # 下面为连接池的补充设置
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep</artifactId>
<packaging>pom</packaging>
<version>1.0.3</version>
<version>1.0.4</version>
<name>fastdep</name>
<description>Fast integration dependencies in Spring Boot.</description>
<url>https://github.com/louislivi/fastdep</url>
Expand Down

0 comments on commit 942a96f

Please sign in to comment.