正在显示
1 个修改的文件
包含
22 行增加
和
1 行删除
@@ -85,6 +85,27 @@ mybatis-plus: | @@ -85,6 +85,27 @@ mybatis-plus: | ||
85 | configuration: | 85 | configuration: |
86 | map-underscore-to-camel-case: true | 86 | map-underscore-to-camel-case: true |
87 | 87 | ||
88 | +#swagger公共信息 | ||
89 | +swagger: | ||
90 | + title: Trobs Swagger API | ||
91 | + description: 益源ERP开放API说明文档 | ||
92 | + version: 2.9.2 | ||
93 | + license: Powered By Trobs | ||
94 | + licenseUrl: http://www.trobs.com/ | ||
95 | + terms-of-service-url: http://www.trobs.com/ | ||
96 | + host: 192.168.29.13 | ||
97 | + contact: | ||
98 | + name: Aukey IT | ||
99 | + email: tslcarmack@gmail.com | ||
100 | + url: http://www.trobs.com/ | ||
101 | + authorization: | ||
102 | + name: Trobs OAuth | ||
103 | + auth-regex: ^.*$ | ||
104 | + authorization-scope-list: | ||
105 | + - scope: server | ||
106 | + description: server all | ||
107 | + token-url-list: | ||
108 | + - http://trobs-auth/oauth/token | ||
88 | 109 | ||
89 | ## spring security 配置 | 110 | ## spring security 配置 |
90 | security: | 111 | security: |
@@ -102,7 +123,7 @@ security: | @@ -102,7 +123,7 @@ security: | ||
102 | token-info-uri: http://trobs-auth/oauth/check_token | 123 | token-info-uri: http://trobs-auth/oauth/check_token |
103 | ##首页 | 124 | ##首页 |
104 | trobs: | 125 | trobs: |
105 | - index: http://www.yuanlierp.com | 126 | + index: http://trobs.aukeyit.com |
106 | ##ftp服务器 | 127 | ##ftp服务器 |
107 | aukey: | 128 | aukey: |
108 | ftp: | 129 | ftp: |
-
请 注册 或 登录 后发表评论