|
|
@ -13,24 +13,6 @@ ruoyi:
|
|
|
|
# 验证码类型 math 数字计算 char 字符验证
|
|
|
|
# 验证码类型 math 数字计算 char 字符验证
|
|
|
|
captchaType: math
|
|
|
|
captchaType: math
|
|
|
|
|
|
|
|
|
|
|
|
# 开发环境配置
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
|
|
|
# 服务器的HTTP端口,默认为8080
|
|
|
|
|
|
|
|
port: 9041
|
|
|
|
|
|
|
|
servlet:
|
|
|
|
|
|
|
|
# 应用的访问路径
|
|
|
|
|
|
|
|
context-path: /
|
|
|
|
|
|
|
|
tomcat:
|
|
|
|
|
|
|
|
# tomcat的URI编码
|
|
|
|
|
|
|
|
uri-encoding: UTF-8
|
|
|
|
|
|
|
|
# 连接数满后的排队数,默认为100
|
|
|
|
|
|
|
|
accept-count: 1000
|
|
|
|
|
|
|
|
threads:
|
|
|
|
|
|
|
|
# tomcat最大线程数,默认为200
|
|
|
|
|
|
|
|
max: 800
|
|
|
|
|
|
|
|
# Tomcat启动初始化的线程数,默认值10
|
|
|
|
|
|
|
|
min-spare: 100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 日志配置
|
|
|
|
# 日志配置
|
|
|
|
logging:
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
level:
|
|
|
@ -126,10 +108,6 @@ xss:
|
|
|
|
# 匹配链接
|
|
|
|
# 匹配链接
|
|
|
|
urlPatterns: /system/*,/monitor/*,/tool/*
|
|
|
|
urlPatterns: /system/*,/monitor/*,/tool/*
|
|
|
|
|
|
|
|
|
|
|
|
#企业端单点登陆url
|
|
|
|
|
|
|
|
url: https://qytt.sipac.gov.cn/api/usercenter/User/ssoLogin
|
|
|
|
|
|
|
|
#企业端用户信息url
|
|
|
|
|
|
|
|
infoUrl: https://qytt.sipac.gov.cn/api/usercenter/User/getInfo
|
|
|
|
|
|
|
|
#企业端退出登录url
|
|
|
|
#企业端退出登录url
|
|
|
|
logoutUrl: https://qytt.sipac.gov.cn/api/usercenter/User/ssoLogOut
|
|
|
|
logoutUrl: https://qytt.sipac.gov.cn/api/usercenter/User/ssoLogOut
|
|
|
|
#政务端clientId
|
|
|
|
#政务端clientId
|
|
|
@ -144,6 +122,7 @@ getInfoId: https://qyt.sipac.gov.cn/enterprise-gateway/sipsg-enterprise/sys/thir
|
|
|
|
getAllInfo: http://uid.sipac.gov.cn/open/api/identity/data/FindUserById
|
|
|
|
getAllInfo: http://uid.sipac.gov.cn/open/api/identity/data/FindUserById
|
|
|
|
#法人库-企业联络人员(统一社会信用代码)和法人库-法人基本信息(统一社会信用代码)生产环境
|
|
|
|
#法人库-企业联络人员(统一社会信用代码)和法人库-法人基本信息(统一社会信用代码)生产环境
|
|
|
|
enterpriseUrl: http://172.21.10.46/api/invoke
|
|
|
|
enterpriseUrl: http://172.21.10.46/api/invoke
|
|
|
|
|
|
|
|
#自己客户端地址
|
|
|
|
|
|
|
|
returnUrl: https://idp.sipac.gov.cn/bms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|