| | |
| | | # 开发环境配置 |
| | | server: |
| | | port: 8110 |
| | | port: 8111 |
| | | servlet: |
| | | context-path: / |
| | | tomcat: |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://127.0.0.1:3306/fzzy_ms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_dzhwk?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: Abc123.. |
| | | # 从库数据源 |
| | |
| | | |
| | | # Redis相关配置 |
| | | redis: |
| | | database: 1 |
| | | database: 5 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: Abc123.. |
| | |
| | | generate-ddl: false |
| | | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| | | hibernate: |
| | | ddl-auto: none |
| | | ddl-auto: update |
| | | properties: |
| | | hibernate: |
| | | jdbc: |