| | |
| | | |
| | | ####### 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://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true |
| | | spring.datasource.core.jdbc-url=jdbc:mysql://101.35.247.188:3306/qysp?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true |
| | | spring.datasource.core.username=root |
| | | spring.datasource.core.password=234#Wersdf! |
| | | spring.datasource.core.password=ycl@202466 |
| | | spring.datasource.core.maximum-pool-size=20 |
| | | spring.datasource.core.minimum-idle=5 |
| | | |