刘洪青 | dde4e21 | 2019-09-04 22:13:23 +0800 | [diff] [blame] | 1 | server: |
| 2 | port: 8082 |
| 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 | swagger2.apis.basePackage: com.supwisdom.institute |
| 19 | |
| 20 | |
| 21 | spring: |
| 22 | jackson: |
| 23 | time-zone: Asia/Shanghai |
| 24 | |
| 25 | |
| 26 | ## |
| 27 | # infras.online-doc |
| 28 | # |
| 29 | infras.online-doc.enabled: true |
| 30 | infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/ |
| 31 | infras.online-doc.api-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/api-docs/ |
| 32 | |
| 33 | |
| 34 | ## |
| 35 | # server url for feign |
| 36 | # |
| 37 | sw-backend-base-api.uri: http://localhost:8081 |
| 38 | sw-backend-system-api.uri: http://localhost:8081 |
| 39 | sw-backend-biz-api.uri: http://localhost:8081 |