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