Skip to content

Commit

Permalink
fix(config.yml): 修改circleci自动部署配置
Browse files Browse the repository at this point in the history
  • Loading branch information
hhoao committed Jul 25, 2022
1 parent 7014a9b commit d34598e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: 2.1

jobs:
build-and-test:
parallelism: 10
docker:
- image: cimg/openjdk:17.0.1
- image: cimg/redis:6.2.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spring:
password:
# 配置mysql数据库
datasource:
url: jdbc:mysql://120.48.118.129:3306/rare_earth_track_test
url: jdbc:mysql://120.48.118.129:3306/rare_earth_track_test?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: ENC(F6BQrplI6kVqMA724mqn7U95rnYc7TOL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spring:
password:
# 配置mysql数据库
datasource:
url: jdbc:mysql://120.48.118.129:3306/rare_earth_track_test
url: jdbc:mysql://120.48.118.129:3306/rare_earth_track_test?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: ENC(F6BQrplI6kVqMA724mqn7U95rnYc7TOL)
Expand Down

0 comments on commit d34598e

Please sign in to comment.