未验证 提交 c189ff5f 编写于 作者: L lgcareer 提交者: GitHub

Merge pull request #598 from lgcareer/dev

reset datasource default setting
# base spring data source configuration # base spring data source configuration
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.driver-class-name=com.mysql.jdbc.Driver 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.url=jdbc:mysql://192.168.xx.xx:3306/escheduler?characterEncoding=UTF-8
spring.datasource.username=root spring.datasource.username=xx
spring.datasource.password=root@123 spring.datasource.password=xx
# connection configuration # connection configuration
spring.datasource.initialSize=5 spring.datasource.initialSize=5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册