Skip to content

Commit efc5f70

Browse files
1.2.0-RELEASE ⚡
Former-commit-id: c9c6dd951488e430e3bb06a819a6d57c54d63a35
1 parent 329acb1 commit efc5f70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/resources/config/application-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server:
1515
context-path: /
1616
spring:
1717
datasource:
18-
url: jdbc:mysql://localhost:3307/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
18+
url: jdbc:mysql://localhost:3306/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
1919
username: root
2020
password: root
2121

src/main/resources/config/application-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server:
1515
context-path: /
1616
spring:
1717
datasource:
18-
url: jdbc:mysql://localhost:3307/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
18+
url: jdbc:mysql://localhost:3306/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
1919
username: root
2020
password: root
2121

src/main/resources/config/application-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server:
1515
context-path: /
1616
spring:
1717
datasource:
18-
url: jdbc:mysql://localhost:3307/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
18+
url: jdbc:mysql://localhost:3306/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
1919
username: root
2020
password: root
2121

src/main/resources/config/application-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server:
1515
context-path: /
1616
spring:
1717
datasource:
18-
url: jdbc:mysql://localhost:3307/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
18+
url: jdbc:mysql://localhost:3306/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
1919
username: root
2020
password: root
2121

src/main/resources/config/application-uat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server:
1515
context-path: /
1616
spring:
1717
datasource:
18-
url: jdbc:mysql://localhost:3307/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
18+
url: jdbc:mysql://localhost:3306/spring_boot_plus?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
1919
username: root
2020
password: root
2121

0 commit comments

Comments
 (0)