|
@@ -6,7 +6,7 @@ spring: |
|
|
master: |
|
|
master: |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy |
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy |
|
|
url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-test?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true |
|
|
|
|
|
|
|
|
url: jdbc:log4jdbc:mysql://127.0.0.1:3306/dubhe-cloud-prod?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&useInformationSchema=true |
|
|
username: test |
|
|
username: test |
|
|
password: test |
|
|
password: test |
|
|
|
|
|
|
|
|