| | |
| | | |
| | | # 数据源配置 |
| | | spring.datasource.type=com.alibaba.druid.pool.DruidDataSource |
| | | spring.datasource.driverClassName=com.mysql.jdbc.Driver |
| | | spring.datasource.url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver |
| | | spring.datasource.username=root |
| | | #spring.datasource.url=jdbc:mysql://127.0.0.1:3366/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | #spring.datasource.password=Admin@123 |
| | | spring.datasource.url=jdbc:mysql://127.0.0.1:3306/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | spring.datasource.password=mysql |
| | | |
| | | qylweb.url=https://qylweb.bda.gov.cn/yqfwg |
| | | # mybatis |
| | | mybatis-plus.type-aliases-package=com.smartearth.poiexcel.entity |
| | | mybatis-plus.config-location=classpath:mybatis.xml |
| | | mybatis-plus.mapper-locations=classpath:mapper/**/*.xml |
| | | |
| | | qylweb.host=https://qylweb.bda.gov.cn |
| | | qylweb.user=shikong001 |
| | | qylweb.pwd=123!@#qwe |
| | | |
| | | dk.host=http://10.10.4.115:8022 |