Commit d7381252 by Administrator

Update techhero-base-exam-anhui-dev.yml

parent c2791131
spring: spring:
datasource: datasource:
#本地环境 type: com.alibaba.druid.pool.DruidDataSource
# url: jdbc:oracle:thin:@119.96.87.17:1521:orcl url: jdbc:mysql://106.15.60.143:3306/exam_ah?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
#开发环境 username: root
#url: jdbc:oracle:thin:@192.168.124.67:1521:orcl password: 123456
#测试环境 driverClassName: com.mysql.cj.jdbc.Driver
#url: jdbc:oracle:thin:@192.168.124.77:1521:orcl druid:
#生产环境 initialSize: 5 #初始化提供的连接数
#url: jdbc:oracle:thin:@192.168.124.87:1521:JCSJYW minIdle: 5 #数据库连接池的最小维持连接数
#测试2 maxActive: 20 #最大的连接数
#url: jdbc:oracle:thin:@119.96.85.104:1521:orcl maxWait: 60000
# username: jcsjv2_dev timeBetweenEvictionRunsMillis: 60000 #空闲时间超过minEvictableIdleTimeMillis的连接则释放
# password: jcsjv2_dev minEvictableIdleTimeMillis: 300000 #等待连接获取的最大超时时间
validationQuery: SELECT 1 FROM DUAL #启动开启检查连接性
#username: jcsjv2 filters: stat,slf4j #监控配置
#password: jcsjv2 connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
url: jdbc:oracle:thin:@192.168.50.246:1521:orcl useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据
username: exam_ah filter:
password: exam_ah commons-log:
driver-class-name: oracle.jdbc.OracleDriver statement-log-enabled: true
#test statement-executable-sql-log-enable: true
# url: jdbc:oracle:thin:@119.96.85.104:1521:orcl
# username: jcsjv2
# password: jcsjv2
#driver-class-name: oracle.jdbc.OracleDriver
global: global:
swagger: swagger:
......
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