| | |
| | | |
| | | private String stats; |
| | | private String jurisdiction; |
| | | private String representativecell; |
| | | private String contacts; |
| | | private String contactscell; |
| | | |
| | | |
| | | } |
| | |
| | | <result column="departmentid" property="departmentid"/> |
| | | <result column="stats" property="stats"/> |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | <result column="representativecell" property="representativecell"/> |
| | | <result column="contacts" property="contacts"/> |
| | | <result column="contactscell" property="contactscell"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | redis: |
| | | ##redis 单机环境配置 |
| | | host: 127.0.0.1 |
| | | port: 6378 |
| | | password: redispsw |
| | | port: 6379 |
| | | password: |
| | | database: 0 |
| | | ssl: false |
| | | ##redis 集群环境配置 |
| | |
| | | # commandTimeout: 5000 |
| | | datasource: |
| | | # MySql |
| | | url: jdbc:mysql://localhost:3306/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | url: jdbc:mysql://223.82.109.183:2083/zhba?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: zhba0728 |
| | | # PostgreSQL |
| | |
| | | ##是否启用分布式锁 |
| | | enabled: false |
| | | ##redis服务地址 |
| | | address: redis://127.0.0.1:6378 |
| | | address: redis://127.0.0.1:6379 |
| | | #本地文件上传 |
| | | file: |
| | | remote-mode: true |