| | |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | basedir: / |
| | | port: 8016 |
| | | port: 8006 |
| | | servlet: |
| | | context-path: / |
| | | # mysql |
| | |
| | | username: root |
| | | password: gkhymysql |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | |
| | | freemarker: |
| | | templateLoaderPath: classpath:/docxTemplate/ |
| | | #redis |
| | | redis: |
| | | database: 14 |
| | | host: 127.0.0.1 |
| | | host: 114.116.227.52 |
| | | port: 6379 |
| | | password: root |
| | | password: 123456 |
| | | jedis: |
| | | pool: |
| | | max-idle: 8 |
| | |
| | | name: ali |
| | | key: |
| | | url: |
| | | #windous测试 |
| | | file: |
| | | path: |
| | | #基础路径 |
| | | dcPath: F:\file\gkhy\test\ |
| | | urlRootPath: /uploadfile/ |
| | | module: |
| | | #用户模块 |
| | | accountPath: /account/user/ |
| | | #排查模块 |
| | | checkPath: /check/ |
| | | #补正告知书 |
| | | correctPDF: /correctPDF/ |
| | | |
| | | # swagger生产环境中禁止显示 |
| | | swagger: |
| | | show: true |