Commit 7ae4e03e by Administrator

Update techhero-business-emergency-anhui-dev-mysql.yml

parent f5f53aa6
#数据源 #数据源
rdsdatasource: rdsdatasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@192.168.50.246:1521:orcl url: jdbc:mysql://106.15.60.143:3306/track_ah?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
# url: jdbc:oracle:thin:@119.96.85.104:1521:orcl username: root
username: track_ah password: 123456
password: track_ah driverClassName: com.mysql.cj.jdbc.Driver
driver-class-name: oracle.jdbc.OracleDriver druid:
initialSize: 5 #初始化提供的连接数 initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数 minIdle: 5 #数据库连接池的最小维持连接数
maxActive: 20 #最大的连接数 maxActive: 20 #最大的连接数
...@@ -21,7 +21,6 @@ rdsdatasource: ...@@ -21,7 +21,6 @@ rdsdatasource:
statement-log-enabled: true statement-log-enabled: true
statement-executable-sql-log-enable: true statement-executable-sql-log-enable: true
spring: spring:
influx: influx:
openurl: http://192.168.50.249:8086 # 链接地址 openurl: http://192.168.50.249:8086 # 链接地址
......
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