Skip to content

Commit

Permalink
feat(share)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron committed Dec 9, 2023
1 parent 9ddaef3 commit e36c744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/dl?allowPublicKeyRetrieval=true&useSSL=false
#type: com.alibaba.druid.pool.DruidDataSource
username: root
password: 12345678
# password: {{SPRING_DATASOURCE_PASSWORD}}
# password: 12345678
password: {{SPRING_DATASOURCE_PASSWORD}}
maximum-pool-size: 20

jpa:
Expand Down

0 comments on commit e36c744

Please sign in to comment.