|
|
@@ -1,9 +1,9 @@ |
|
|
spring: |
|
|
spring: |
|
|
# JDBC |
|
|
# JDBC |
|
|
datasource: |
|
|
datasource: |
|
|
url: jdbc:mysql://127.0.0.1:63306/mallink?characterEncoding=UTF-8&useSSL=false |
|
|
|
|
|
username: root |
|
|
|
|
|
password: root |
|
|
|
|
|
|
|
|
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&useSSL=false |
|
|
|
|
|
username: mallone |
|
|
|
|
|
password: m@1l0ne123@# |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
filters: stat |
|
|
filters: stat |
|
|
|