Commit f68db6f5 by Administrator

Update techhero-project-visualization-dev.yml

parent b585cfc9
......@@ -15,8 +15,6 @@ spring:
filters: stat,wall,log4j #监控配置
connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据
datasourceBaseLibrary: #基础数据库数据源
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@databaseServer:30100:orcl
......@@ -50,7 +48,6 @@ spring:
filters: stat,wall,log4j #监控配置
connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据
datasourceIdentity: #身份认证库数据源
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@databaseServer:30100:orcl
......@@ -67,7 +64,6 @@ spring:
filters: stat,wall,log4j #监控配置
connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据
datasourceInspection: #网上巡查主题库数据源
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@databaseServer:30100:orcl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment