修改配置
This commit is contained in:
parent
707031062a
commit
4be10cc0d3
@ -62,6 +62,11 @@ spring:
|
||||
connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
||||
# 合并多个DruidDataSource的监控数据
|
||||
use-global-data-source-stat: true
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: 666
|
||||
database: 1
|
||||
|
||||
mybatis:
|
||||
config-location: classpath:mybatis/mybatis-config.xml
|
||||
@ -127,6 +132,8 @@ security:
|
||||
check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key
|
||||
api-path:
|
||||
user-center: http://127.0.0.1:8091/operator/
|
||||
copyright: http://127.0.0.1:7025/copyright/
|
||||
copyright-external: http://192.168.0.103:7025/copyright/
|
||||
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user