|
@@ -12,9 +12,9 @@ spring:
|
|
|
|
|
|
datasource:
|
|
|
name: test
|
|
|
- url: jdbc:mysql://localhost:3306/ag_auth_v1?useUnicode=true&characterEncoding=UTF8
|
|
|
- username: root
|
|
|
- password: 123456QWE
|
|
|
+ url: jdbc:mysql://120.26.238.168:3306/mec_dev?useUnicode=true&characterEncoding=UTF8
|
|
|
+ username: mec_dev
|
|
|
+ password: mec_dev
|
|
|
# 使用druid数据源
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|