刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame^] | 1 | server: |
| 2 | port: 8081 |
| 3 | ssl: |
| 4 | enabled: false |
| 5 | |
| 6 | |
| 7 | ## |
| 8 | # logging |
| 9 | # |
| 10 | logging: |
| 11 | level: |
| 12 | root: INFO |
| 13 | com.supwisdom: DEBUG |
| 14 | # org.springframework.web: INFO |
| 15 | # org.springframework.cloud.openfeign: INFO |
| 16 | |
| 17 | |
| 18 | spring: |
| 19 | jackson: |
| 20 | time-zone: Asia/Shanghai |
| 21 | datasource: |
| 22 | driver-class-name: com.mysql.cj.jdbc.Driver |
| 23 | url: jdbc:mysql://localhost:3306/sw-backend |
| 24 | username: root |
| 25 | password: root |
| 26 | hikari: |
| 27 | data-source-properties: |
| 28 | useSSL: false |
| 29 | characterEncoding: utf8 |
| 30 | characterSetResults: utf8 |
| 31 | jpa: |
| 32 | hibernate: |
| 33 | ddl-auto: none |
| 34 | naming: |
| 35 | physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
| 36 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| 37 | show-sql: true |
| 38 | |
| 39 | |
| 40 | ## |
| 41 | # infras.online-doc |
| 42 | # |
| 43 | infras.online-doc.enabled: false |
| 44 | infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/ |
| 45 | infras.online-doc.api-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/api-docs/ |
| 46 | |
| 47 | |
| 48 | swagger2.apis.basePackage: com.supwisdom.institute |