|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
# base spring data source configuration |
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource |
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
|
|
|
|
spring.datasource.url=jdbc:mysql://192.168.220.188:3306/escheduler_new?characterEncoding=UTF-8 |
|
|
|
|
spring.datasource.username=root |
|
|
|
|
spring.datasource.password=root@123 |
|
|
|
|
spring.datasource.url=jdbc:mysql://192.168.xx.xx:3306/escheduler?characterEncoding=UTF-8 |
|
|
|
|
spring.datasource.username=xx |
|
|
|
|
spring.datasource.password=xx |
|
|
|
|
|
|
|
|
|
# connection configuration |
|
|
|
|
spring.datasource.initialSize=5 |
|
|
|
|