blob: e0683b0f35d6811c12a265389f635a1b64c4c0a9 [file] [log] [blame]
刘洪青dde4e212019-09-04 22:13:23 +08001server:
2 port: 8082
3 ssl:
4 enabled: false
5
6
7##
8# logging
9#
10logging:
11 level:
12 root: INFO
13 com.supwisdom: DEBUG
14# org.springframework.web: INFO
15# org.springframework.cloud.openfeign: INFO
16
17
18swagger2.apis.basePackage: com.supwisdom.institute
19
20
21spring:
22 jackson:
23 time-zone: Asia/Shanghai
24
25
26##
27# infras.online-doc
28#
29infras.online-doc.enabled: true
30infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/
31infras.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#
37sw-backend-base-api.uri: http://localhost:8081
38sw-backend-system-api.uri: http://localhost:8081
39sw-backend-biz-api.uri: http://localhost:8081