Commit bedd29a2 by Administrator

Update techhero-component-websocket-test.yml

parent 597995b1
spring: spring:
jackson:
serialization:
write-dates-as-timestamps: true
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:oracle:thin:@192.168.0.102:1521:orcl url: jdbc:oracle:thin:@192.168.0.102:1521:orcl
username: jcsjv2 username: sysmng
password: jcsjv2 password: sysmng
driverClassName: oracle.jdbc.OracleDriver driverClassName: oracle.jdbc.OracleDriver
initialSize: 5 #初始化提供的连接数 initialSize: 5 #初始化提供的连接数
minIdle: 5 #数据库连接池的最小维持连接数 minIdle: 5 #数据库连接池的最小维持连接数
...@@ -20,7 +23,6 @@ spring: ...@@ -20,7 +23,6 @@ spring:
statement-log-enabled: true statement-log-enabled: true
statement-executable-sql-log-enable: true statement-executable-sql-log-enable: true
oss: oss:
endpoint: ctyoss.chutianyun.gov.cn:8060 endpoint: ctyoss.chutianyun.gov.cn:8060
accessKey: L3B7SA05OXT0V9WKD02N accessKey: L3B7SA05OXT0V9WKD02N
......
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