| server: |
| port: 8082 |
| ssl: |
| enabled: false |
| |
| |
| ## |
| # logging |
| # |
| logging: |
| level: |
| root: INFO |
| com.supwisdom: DEBUG |
| # org.springframework.web: INFO |
| # org.springframework.cloud.openfeign: INFO |
| |
| |
| swagger2.apis.basePackage: com.supwisdom.institute |
| |
| |
| spring: |
| jackson: |
| time-zone: Asia/Shanghai |
| datasource: |
| driver-class-name: com.mysql.cj.jdbc.Driver |
| url: jdbc:mysql://localhost:3306/sw-admin |
| username: root |
| password: root |
| hikari: |
| data-source-properties: |
| useSSL: false |
| characterEncoding: utf8 |
| characterSetResults: utf8 |
| jpa: |
| hibernate: |
| ddl-auto: none |
| naming: |
| physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
| database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| show-sql: false |
| |
| |
| ## |
| # infras.online-doc |
| # |
| infras.online-doc.enabled: true |
| infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/ |
| infras.online-doc.api-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/api-docs/ |