Commit 4b6cffec by Administrator

Update techhero-resources-examination-natived.yml

parent bc09f2b4
...@@ -11,8 +11,6 @@ spring: ...@@ -11,8 +11,6 @@ spring:
publisher-confirms: true #确认消息已发送到交换机(Exchange) publisher-confirms: true #确认消息已发送到交换机(Exchange)
publisher-returns: true #确认消息已发送到队列(Queue) publisher-returns: true #确认消息已发送到队列(Queue)
datasource: datasource:
druid: druid:
stat-view-servlet: stat-view-servlet:
...@@ -39,3 +37,16 @@ spring: ...@@ -39,3 +37,16 @@ spring:
password: ZGljdF9sb2NhbA password: ZGljdF9sb2NhbA
driver-class-name: oracle.jdbc.OracleDriver driver-class-name: oracle.jdbc.OracleDriver
redis:
database: 10
host: 119.96.87.17
port: 6379
password: techhero
timeout: 5000
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
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