作者 wangbin

修改配置

... ... @@ -18,14 +18,6 @@ spring:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
mail:
host: smtp.exmail.qq.com
username: AukeyIT@aukeys.com
password: Aukey2016.
properties:
mail.smtp.auth: true
mail.smtp.starttls.enable: false
mail.smtp.starttls.required: false
# 暴露监控端点
management:
... ... @@ -93,28 +85,6 @@ mybatis-plus:
configuration:
map-underscore-to-camel-case: true
#swagger公共信息
swagger:
title: Trobs Swagger API
description: 益源ERP开放API说明文档
version: 2.9.2
license: Powered By Trobs
licenseUrl: http://www.trobs.com/
terms-of-service-url: http://www.trobs.com/
host: http://www.trobs.com/
contact:
name: Aukey IT
email: tslcarmack@gmail.com
url: http://www.trobs.com/
authorization:
name: Trobs OAuth
auth-regex: ^.*$
authorization-scope-list:
- scope: server
description: server all
token-url-list:
- http://trobs-auth/oauth/token
## spring security 配置
security:
oauth2:
... ... @@ -131,7 +101,7 @@ security:
token-info-uri: http://trobs-auth/oauth/check_token
##首页
trobs:
index: http://trobs.aukeyit.com
index: http://www.yuanlierp.com
##ftp服务器
aukey:
ftp:
... ...
... ... @@ -23,5 +23,5 @@ weixin:
head: 消息通知
culture: 付出 简单 开放
sysname: 猿人创新 原力ERP
url: http://trobs.aukeyit.com
url: http://www.yuanlierp.com
tail: 前往原力
... ...