Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbx0 committed Dec 27, 2023
1 parent e656cfb commit aad23a7
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 137 deletions.
4 changes: 2 additions & 2 deletions todo-service/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server:
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://wsl2.sbx0.cn:3306/todo
url: jdbc:mysql://127.0.0.1:3306/todo_prod
username: root
password: justfordev
jpa:
Expand All @@ -13,7 +13,7 @@ spring:
open-in-view: false
data:
redis:
host: wsl2.sbx0.cn
host: 127.0.0.1
port: 6379
database: 0
password: justfordev
Expand Down
Loading

0 comments on commit aad23a7

Please sign in to comment.