Browse Source

初始化

master
gxwebsoft 2 years ago
parent
commit
536f8079b0
  1. 4
      src/main/resources/application-dev.yml
  2. 4
      src/main/resources/application-prod.yml

4
src/main/resources/application-dev.yml

@ -3,9 +3,9 @@
# 数据源配置
spring:
datasource:
url: jdbc:mysql://47.119.165.234:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://42.194.212.185:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: tower
password: HE5wix22KJJnLWBS
password: FXFZrhHbs3pma6Zh
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource

4
src/main/resources/application-prod.yml

@ -3,9 +3,9 @@
# 数据源配置
spring:
datasource:
url: jdbc:mysql://47.119.165.234:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://42.194.212.185:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: tower
password: HE5wix22KJJnLWBS
password: FXFZrhHbs3pma6Zh
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource

Loading…
Cancel
Save