Skip to content

Commit

Permalink
1121
Browse files Browse the repository at this point in the history
  • Loading branch information
zenofung committed Mar 7, 2022
1 parent 50427c9 commit 7f24f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renren-fast/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/mall_admin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: qsz
password: QSZ2020
url: jdbc:mysql://120.26.163.91:3306/renren_fast?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: root
password: 123456
initial-size: 10
max-active: 100
min-idle: 10
Expand Down

0 comments on commit 7f24f98

Please sign in to comment.