刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 1 | server: |
刘洪青 | dedcdf7 | 2019-09-05 13:47:27 +0800 | [diff] [blame] | 2 | port: 8082 |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 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 | |
刘洪青 | dde4e21 | 2019-09-04 22:13:23 +0800 | [diff] [blame] | 18 | swagger2.apis.basePackage: com.supwisdom.institute |
| 19 | |
| 20 | |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 21 | spring: |
| 22 | jackson: |
| 23 | time-zone: Asia/Shanghai |
| 24 | datasource: |
| 25 | driver-class-name: com.mysql.cj.jdbc.Driver |
刘洪青 | 9050bb2 | 2019-09-20 12:32:07 +0800 | [diff] [blame] | 26 | url: jdbc:mysql://localhost:3306/sw-admin |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 27 | username: root |
| 28 | password: root |
| 29 | hikari: |
| 30 | data-source-properties: |
| 31 | useSSL: false |
| 32 | characterEncoding: utf8 |
| 33 | characterSetResults: utf8 |
| 34 | jpa: |
| 35 | hibernate: |
| 36 | ddl-auto: none |
| 37 | naming: |
| 38 | physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
| 39 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
刘洪青 | ff7ab53 | 2019-09-26 11:37:19 +0800 | [diff] [blame] | 40 | show-sql: false |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 41 | |
| 42 | |
| 43 | ## |
| 44 | # infras.online-doc |
| 45 | # |
刘洪青 | dde4e21 | 2019-09-04 22:13:23 +0800 | [diff] [blame] | 46 | infras.online-doc.enabled: true |
刘洪青 | e071d36 | 2019-08-16 09:39:49 +0800 | [diff] [blame] | 47 | infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/ |
| 48 | infras.online-doc.api-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/api-docs/ |