|
@ -24,8 +24,8 @@ spring:
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
main:
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-bean-definition-overriding: true
|
|
# location: D:/work/soft_dev/IdeaWorkSpace/wlyy2.0/svr/svr-patient/temp_file/
|
|
|
|
# resolve-lazily: true
|
|
|
|
|
|
# location: D:/work/soft_dev/IdeaWorkSpace/wlyy2.0/svr/svr-patient/temp_file/
|
|
|
|
# resolve-lazily: true
|
|
|
|
|
|
redis:
|
|
redis:
|
|
database: 0 # Database index used by the connection factory.
|
|
database: 0 # Database index used by the connection factory.
|
|
@ -38,17 +38,17 @@ spring:
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
mail:
|
|
mail:
|
|
default-encoding: UTF-8
|
|
default-encoding: UTF-8
|
|
#端口
|
|
|
|
|
|
#端口
|
|
port: 25
|
|
port: 25
|
|
#协议
|
|
|
|
|
|
#协议
|
|
protocol: smtp
|
|
protocol: smtp
|
|
properties.mail.smtp.auth: true
|
|
properties.mail.smtp.auth: true
|
|
properties.mail.smtp.starttls.enable: true
|
|
properties.mail.smtp.starttls.enable: true
|
|
properties.mail.smtp.starttls.required: true
|
|
properties.mail.smtp.starttls.required: true
|
|
host: smtp.163.com
|
|
host: smtp.163.com
|
|
#发送者的邮箱密码
|
|
|
|
|
|
#发送者的邮箱密码
|
|
password: xmijk181016jkzl
|
|
password: xmijk181016jkzl
|
|
#发送者的邮箱账号
|
|
|
|
|
|
#发送者的邮箱账号
|
|
username: i_jiankang@163.com
|
|
username: i_jiankang@163.com
|
|
es:
|
|
es:
|
|
index:
|
|
index:
|
|
@ -86,14 +86,14 @@ spring:
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
username: ssgg
|
|
username: ssgg
|
|
password: ssgg@jkzl2019
|
|
password: ssgg@jkzl2019
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
activemq:
|
|
activemq:
|
|
broker-url: tcp://172.26.0.116:61616
|
|
broker-url: tcp://172.26.0.116:61616
|
|
user: admin
|
|
user: admin
|
|
@ -178,14 +178,14 @@ spring:
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
url: jdbc:mysql://172.26.0.104/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
username: ssgg
|
|
username: ssgg
|
|
password: ssgg@jkzl2019
|
|
password: ssgg@jkzl2019
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
activemq:
|
|
activemq:
|
|
broker-url: tcp://172.26.0.116:61616
|
|
broker-url: tcp://172.26.0.116:61616
|
|
user: admin
|
|
user: admin
|
|
@ -350,17 +350,17 @@ spring:
|
|
dialect: org.hibernate.dialect.Oracle10gDialect
|
|
dialect: org.hibernate.dialect.Oracle10gDialect
|
|
show_sql: true
|
|
show_sql: true
|
|
database: oracle
|
|
database: oracle
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
activemq:
|
|
activemq:
|
|
broker-url: tcp://172.26.0.116:61616
|
|
broker-url: tcp://172.26.0.116:61616
|
|
user: admin
|
|
user: admin
|
|
@ -445,14 +445,14 @@ spring:
|
|
show_sql: true
|
|
show_sql: true
|
|
database: oracle
|
|
database: oracle
|
|
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 172.26.0.115:9300,172.26.0.115:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://172.26.0.112:9200,http://172.26.0.112:9200
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
activemq:
|
|
activemq:
|
|
broker-url: tcp://172.26.0.116:61616
|
|
broker-url: tcp://172.26.0.116:61616
|
|
user: admin
|
|
user: admin
|
|
@ -806,7 +806,7 @@ spring:
|
|
user: admin
|
|
user: admin
|
|
password: admin
|
|
password: admin
|
|
redis:
|
|
redis:
|
|
# host: 172.26.0.253 # Redis server host.
|
|
|
|
|
|
# host: 172.26.0.253 # Redis server host.
|
|
host: 172.26.0.190 # Redis server host
|
|
host: 172.26.0.190 # Redis server host
|
|
port: 6379 # Redis server port
|
|
port: 6379 # Redis server port
|
|
fastDFS:
|
|
fastDFS:
|
|
@ -883,14 +883,14 @@ spring:
|
|
url: jdbc:mysql://10.9.1.247:3310/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
url: jdbc:mysql://10.9.1.247:3310/base?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
username: wlyy
|
|
username: wlyy
|
|
password: qY#j2n5O
|
|
password: qY#j2n5O
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 192.0.33.26:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://192.0.33.26:9300
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
|
|
|
|
# elasticsearch:
|
|
|
|
# cluster-name: jkzl #集群名 默认elasticsearch
|
|
|
|
# cluster-nodes: 192.0.33.26:9200 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
|
|
# client-transport-sniff: false
|
|
|
|
# jest:
|
|
|
|
# uris: http://192.0.33.26:9300
|
|
|
|
# connection-timeout: 60000 # Connection timeout in milliseconds.
|
|
|
|
# multi-threaded: true # Enable connection requests from multiple execution threads.
|
|
activemq:
|
|
activemq:
|
|
broker-url: tcp://59.61.92.90:9103
|
|
broker-url: tcp://59.61.92.90:9103
|
|
user: jkzl
|
|
user: jkzl
|