正在显示
2 个修改的文件
包含
2 行增加
和
32 行删除
@@ -18,14 +18,6 @@ spring: | @@ -18,14 +18,6 @@ spring: | ||
18 | multipart: | 18 | multipart: |
19 | max-file-size: 1000MB | 19 | max-file-size: 1000MB |
20 | max-request-size: 1000MB | 20 | max-request-size: 1000MB |
21 | - mail: | ||
22 | - host: smtp.exmail.qq.com | ||
23 | - username: AukeyIT@aukeys.com | ||
24 | - password: Aukey2016. | ||
25 | - properties: | ||
26 | - mail.smtp.auth: true | ||
27 | - mail.smtp.starttls.enable: false | ||
28 | - mail.smtp.starttls.required: false | ||
29 | 21 | ||
30 | # 暴露监控端点 | 22 | # 暴露监控端点 |
31 | management: | 23 | management: |
@@ -93,28 +85,6 @@ mybatis-plus: | @@ -93,28 +85,6 @@ mybatis-plus: | ||
93 | configuration: | 85 | configuration: |
94 | map-underscore-to-camel-case: true | 86 | map-underscore-to-camel-case: true |
95 | 87 | ||
96 | -#swagger公共信息 | ||
97 | -swagger: | ||
98 | - title: Trobs Swagger API | ||
99 | - description: 益源ERP开放API说明文档 | ||
100 | - version: 2.9.2 | ||
101 | - license: Powered By Trobs | ||
102 | - licenseUrl: http://www.trobs.com/ | ||
103 | - terms-of-service-url: http://www.trobs.com/ | ||
104 | - host: http://www.trobs.com/ | ||
105 | - contact: | ||
106 | - name: Aukey IT | ||
107 | - email: tslcarmack@gmail.com | ||
108 | - url: http://www.trobs.com/ | ||
109 | - authorization: | ||
110 | - name: Trobs OAuth | ||
111 | - auth-regex: ^.*$ | ||
112 | - authorization-scope-list: | ||
113 | - - scope: server | ||
114 | - description: server all | ||
115 | - token-url-list: | ||
116 | - - http://trobs-auth/oauth/token | ||
117 | - | ||
118 | ## spring security 配置 | 88 | ## spring security 配置 |
119 | security: | 89 | security: |
120 | oauth2: | 90 | oauth2: |
@@ -131,7 +101,7 @@ security: | @@ -131,7 +101,7 @@ security: | ||
131 | token-info-uri: http://trobs-auth/oauth/check_token | 101 | token-info-uri: http://trobs-auth/oauth/check_token |
132 | ##首页 | 102 | ##首页 |
133 | trobs: | 103 | trobs: |
134 | - index: http://trobs.aukeyit.com | 104 | + index: http://www.yuanlierp.com |
135 | ##ftp服务器 | 105 | ##ftp服务器 |
136 | aukey: | 106 | aukey: |
137 | ftp: | 107 | ftp: |
-
请 注册 或 登录 后发表评论