| | |
| | | ####### Database properties(Configure according to the the environment) ####### |
| | | spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver |
| | | spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/powerjob-product?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false |
| | | spring.datasource.core.username=root |
| | | spring.datasource.core.password=jxpskj_2018 |
| | | spring.datasource.core.username=drone |
| | | spring.datasource.core.password=ztzf@0304! |
| | | spring.datasource.core.maximum-pool-size=20 |
| | | spring.datasource.core.minimum-idle=5 |
| | | |