Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephery authored Feb 23, 2023
1 parent 8bd58a5 commit 60f9278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ spring:
config:
import: classpath:application-common.yml
datasource:
url: jdbc:mysql://106.52.188.206:31044/myblog?useUnicode=true&characterEncoding=UTF-8
url: jdbc:mysql://43.153.15.174:3306/myblog?useUnicode=true&characterEncoding=UTF-8
username: root
password: ZtO1tkJMVV
driver-class-name: com.mysql.cj.jdbc.Driver
redis:
host: 106.52.188.206
host: 43.153.15.174:
password: 0CVF5Dsh79
port: 31857

Expand Down

0 comments on commit 60f9278

Please sign in to comment.