| 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 |
| |
| |
| ## |
| # 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/ |
| |
| |
| ## |
| # server url for feign |
| # |
| sw-backend-base-api.uri: http://localhost:8081 |
| sw-backend-system-api.uri: http://localhost:8081 |
| sw-backend-biz-api.uri: http://localhost:8081 |