Commit b8577043 authored by 老寅's avatar 老寅

初始化项目结构

parents
Pipeline #2720 canceled with stages
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://user:password123@127.0.0.1:8761/eureka
instance:
lease-renewal-interval-in-seconds: 10
lease-expiration-duration-in-seconds: 20
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
server:
tomcat:
uri-encoding: UTF-8
max-threads: 100
min-spare-threads: 20
connection-timeout: 50000
ribbon:
hystrix:
enabled: false
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 0
ReadTimeout: 200000
ConnectTimeout: 90000
SocketTimeout: 90000
feign:
hystrix:
enabled: false
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 60000
management:
endpoints:
web:
exposure:
include: "health, info, mappings, metrics, loggers, shutdown, pause, resume"
endpoint:
health:
show-details: ALWAYS
mybatis-plus:
mapper-locations: classpath:mapper/**/*.xml
typeAliasesPackage: com.devplatform.**.bean
global-config:
db-config:
id-type: 4
configuration:
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
cloud:
loadbalancer:
retry:
enabled: false
mvc:
async:
request-timeout: 60000
redis:
host: 127.0.0.1
port: 9367
password: Test1234
jedis:
pool:
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
timeout: 5000
open: true
suntray:
mail:
host: 172.20.0.71
username: qa\AiSecCenter
password: Thanatos1!
port: 25
from: AiSecCenter@qa.aibank.com
corpus_yes: 需要
##爬虫附件保存地址
spider_file_path: /opt/six/lgo/data/fileDownload
##文件下载代理服务器地址
proxy_path: http://192.168.55.6/out?url=
environment: common
#数据清洗规则词
spider_cleaning_word: 通知,指引,办法,意见,标准,指南,法,报表,要求,通报,函
#3A服务器信息,用于登录3A服务器,获取网络设备登录失败日志
ssh:
hostname: 10.3.6.37
username: rd
pwd: r3Vk6Q==
port: 22
cmd:
int: cat /home/syslog/Int.log | grep -i 'failed to login'
ext: cat /home/syslog/Ext.log | grep -i 'failed to login'
ldap:
url: ldap://172.20.0.73:389/
rootUser: AiSecCenter@qa.bx
baseDN: DC=qa,DC=bx
rootPassword: Thanatos1!
roleId: 87d0ce522c3247e09d92fedd64ea76e2
replace_url: http://192.168.55.6/out?url=
firewall:
inter:
url: http://172.25.6.2:9998/api/policy
\ No newline at end of file
eureka:
client:
healthcheck:
enabled: false
serviceUrl:
defaultZone: http://user:password123@10.4.90.142:8761/eureka
instance:
lease-renewal-interval-in-seconds: 10
lease-expiration-duration-in-seconds: 20
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
server:
tomcat:
uri-encoding: UTF-8
max-threads: 100
min-spare-threads: 20
connection-timeout: 50000
ribbon:
hystrix:
enabled: false
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 0
ReadTimeout: 200000
ConnectTimeout: 90000
SocketTimeout: 90000
#logging:
# level:
# com.devplatform.ai.feign.AdminFeignService: debug
feign:
hystrix:
enabled: false
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 60000
management:
endpoints:
web:
exposure:
include: "health, info, mappings, metrics, loggers, shutdown, pause, resume"
endpoint:
health:
show-details: ALWAYS
mybatis-plus:
mapper-locations: classpath:mapper/**/*.xml
typeAliasesPackage: com.devplatform.**.bean
global-config:
db-config:
id-type: 4
#在控制台上打印sql语句
configuration:
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#日志中输出级别INFO
logging:
level:
com.eth.wallet.mapper: INFO
com.devplatform.ai.feign.AdminFeignService: debug
config: classpath:logback.xml
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
cloud:
loadbalancer:
retry:
enabled: false
mvc:
async:
request-timeout: 60000
redis:
host: db.suntrayoa.com
port: 26379
password:
jedis:
pool:
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
timeout: 5000
open: true
suntray:
mail:
host: 172.20.0.71
username: qa\AiSecCenter
password: Thanatos1!
port: 25
from: qa\AiSecCenter
# host: smtp.163.com
# username: liyinchu@163.com
# password: Test0910
# port: 25
# from: liyinchu@163.com
corpus_yes: 需要
##爬虫附件保存地址
spider_file_path: data/fileDownload
##文件下载代理服务器地址
proxy_path: http://192.168.55.6/out?url=
environment: common
#数据清洗规则词
spider_cleaning_word: 通知,指引,办法,意见,标准,指南,法,报表,要求,通报,函
ssh:
hostname: 10.3.6.37
username: rd
pwd: r3Vk6Q==
port: 22
cmd:
int: cat /home/syslog/Int.log | grep -i 'failed to login'
ext: cat /home/syslog/Ext.log | grep -i 'failed to login'
ldap:
url: ldap://172.20.0.73:389/
rootUser: AiSecCenter@qa.bx
baseDN: DC=qa,DC=bx
rootPassword: Thanatos1!
roleId: 87d0ce522c3247e09d92fedd64ea76e2
replace_url: http://192.168.55.6/out?url=
firewall:
inter:
url: http://172.25.6.2:9998/api/policy
\ No newline at end of file
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://user:password123@127.0.0.1:8761/eureka
instance:
lease-renewal-interval-in-seconds: 10
lease-expiration-duration-in-seconds: 20
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
server:
tomcat:
uri-encoding: UTF-8
max-threads: 100
min-spare-threads: 20
connection-timeout: 50000
ribbon:
hystrix:
enabled: false
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 0
ReadTimeout: 200000
ConnectTimeout: 90000
SocketTimeout: 90000
#logging:
# level:
# com.devplatform.ai.feign.AdminFeignService: debug
feign:
hystrix:
enabled: false
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 60000
management:
endpoints:
web:
exposure:
include: "health, info, mappings, metrics, loggers, shutdown, pause, resume"
endpoint:
health:
show-details: ALWAYS
mybatis-plus:
mapper-locations: classpath:mapper/**/*.xml
typeAliasesPackage: com.devplatform.**.bean
global-config:
db-config:
id-type: 4
configuration:
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
cloud:
loadbalancer:
retry:
enabled: false
mvc:
async:
request-timeout: 60000
redis:
host: db.suntrayoa.com
port: 26379
password:
jedis:
pool:
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
timeout: 5000
open: true
suntray:
mail:
host: smtp.163.com
username: liyinchu@163.com
password: Test0910
port: 25
from: liyinchu@163.com
corpus_yes: 需要
##爬虫附件保存地址
spider_file_path: data/fileDownload
##文件下载代理服务器地址
proxy_path: http://192.168.55.6/out?url=
environment: common
#数据清洗规则词
spider_cleaning_word: 通知,指引,办法,意见,标准,指南,法,报表,要求,通报,函
ssh:
hostname: demo1.suntrayoa.com
username: root
pwd: Test1234
port: 22
cmd:
ext: tail -f /root/servers/bxh-tomcat/logs/catalina.out
int: tail -f /root/servers/bxh-tomcat/logs/catalina.out
ldap:
url: ldap://172.20.0.73:389/
rootUser: AiSecCenter@qa.bx
baseDN: DC=qa,DC=bx
rootPassword: Thanatos1!
roleId: 87d0ce522c3247e09d92fedd64ea76e2
# url: ldap://172.19.130.3:389/
# baseDN: DC=oa,DC=bx
# rootUser: AiSecCenter@oa.bx
# rootPassword: Thanatos1!
replace_url: http://192.168.55.6/out?url=
firewall:
inter:
url: http://172.25.6.2:9998/api/policy
\ No newline at end of file
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://user:password123@127.0.0.1:8761/eureka
instance:
lease-renewal-interval-in-seconds: 10
lease-expiration-duration-in-seconds: 20
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
server:
tomcat:
uri-encoding: UTF-8
max-threads: 100
min-spare-threads: 20
connection-timeout: 50000
ribbon:
hystrix:
enabled: false
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 0
ReadTimeout: 200000
ConnectTimeout: 90000
SocketTimeout: 90000
feign:
hystrix:
enabled: false
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 60000
management:
endpoints:
web:
exposure:
include: "health, info, mappings, metrics, loggers, shutdown, pause, resume"
endpoint:
health:
show-details: ALWAYS
mybatis-plus:
mapper-locations: classpath:mapper/**/*.xml
typeAliasesPackage: com.devplatform.**.bean
global-config:
db-config:
id-type: 4
configuration:
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
cloud:
loadbalancer:
retry:
enabled: false
mvc:
async:
request-timeout: 60000
redis:
host: 127.0.0.1
port: 9367
password: Test1234
jedis:
pool:
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
timeout: 5000
open: true
suntray:
mail:
host: mail.oa.bx
username: oa\AiSecCenter
password: Thanatos1!
port: 25
from: AiSecCenter@aibank.com
corpus_yes: 需要
##爬虫附件保存地址
spider_file_path: /opt/six/lgo/data/fileDownload
##文件下载代理服务器地址
proxy_path: http://192.168.55.6/out?url=
environment: common
#数据清洗规则词
spider_cleaning_word: 通知,指引,办法,意见,标准,指南,法,报表,要求,通报,函
#3A服务器信息,用于登录3A服务器,获取网络设备登录失败日志
ssh:
hostname: 10.1.160.20
username: rd
pwd: 9v+BV=q7
port: 22
cmd:
int: cat /home/syslog/Int.log | grep -i 'failed to login'
ext: cat /home/syslog/Ext.log | grep -i 'failed to login'
ldap:
url: ldap://10.1.144.71:389/
baseDN: DC=oa,DC=bx
rootUser: AiSecCenter@oa.bx
rootPassword: Thanatos1!
roleId: 87d0ce522c3247e09d92fedd64ea76e2
replace_url: http://192.168.55.6/out?url=
firewall:
inter:
url: http://172.25.6.2:9998/api/policy
\ No newline at end of file
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://user:password123@10.4.90.141:8761/eureka
instance:
lease-renewal-interval-in-seconds: 10
lease-expiration-duration-in-seconds: 20
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${spring.application.instance_id:${server.port}}
server:
tomcat:
uri-encoding: UTF-8
max-threads: 100
min-spare-threads: 20
connection-timeout: 50000
ribbon:
hystrix:
enabled: false
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 0
ReadTimeout: 200000
ConnectTimeout: 90000
SocketTimeout: 90000
#logging:
# level:
# com.devplatform.ai.feign.AdminFeignService: debug
feign:
hystrix:
enabled: false
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 60000
management:
endpoints:
web:
exposure:
include: "health, info, mappings, metrics, loggers, shutdown, pause, resume"
endpoint:
health:
show-details: ALWAYS
mybatis-plus:
mapper-locations: classpath:mapper/**/*.xml
typeAliasesPackage: com.devplatform.**.bean
global-config:
db-config:
id-type: 4
configuration:
map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
cloud:
loadbalancer:
retry:
enabled: false
mvc:
async:
request-timeout: 60000
redis:
host: db.suntrayoa.com
port: 26379
password:
jedis:
pool:
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
timeout: 5000
open: true
suntray:
mail:
host: 172.20.0.71
username: qa\AiSecCenter
password: Thanatos1!
port: 25
from: qa\AiSecCenter
# host: smtp.163.com
# username: liyinchu@163.com
# password: Test0910
# port: 25
# from: liyinchu@163.com
corpus_yes: 需要
##爬虫附件保存地址
spider_file_path: data/fileDownload
##文件下载代理服务器地址
proxy_path: http://192.168.55.6/out?url=
environment: common
#数据清洗规则词
spider_cleaning_word: 通知,指引,办法,意见,标准,指南,法,报表,要求,通报,函
ssh:
hostname: 10.3.6.37
username: rd
pwd: r3Vk6Q==
port: 22
cmd:
int: cat /home/syslog/Int.log | grep -i 'failed to login'
ext: cat /home/syslog/Ext.log | grep -i 'failed to login'
ldap:
url: ldap://172.20.0.73:389/
rootUser: AiSecCenter@qa.bx
baseDN: DC=qa,DC=bx
rootPassword: Thanatos1!
roleId: 87d0ce522c3247e09d92fedd64ea76e2
replace_url: http://192.168.55.6/out?url=
firewall:
inter:
url: http://172.25.6.2:9998/api/policy
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.12.34:6215/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /opt/six/lgo/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
super:
admin: e8dd7f1a7f63ce541196b1c3cf2d10c2
spider:
driver_path: /opt/six/lgo/chromedriver
proxy:
ip: 172.20.1.63
port: 8213
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /Users/suochaochao/Work/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
super:
admin: e8dd7f1a7f63ce541196b1c3cf2d10c2
spider:
driver_path: /opt/six/lgo/chromedriver
proxy:
ip: 172.20.1.63
port: 8213
spring:
datasource:
#url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
#username: bx_lgo
#password: 8df5b14bb03304263276a5e0c66c1cfc
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /opt/six/lgo/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
super:
admin: e8dd7f1a7f63ce541196b1c3cf2d10c2
spider:
driver_path: /opt/six/lgo/chromedriver
proxy:
ip: 172.20.1.63
port: 8213
spring:
datasource:
url: jdbc:mysql://10.0.47.94:6140/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leg
password: woDdrndRPgMblLPr
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /opt/six/lgo/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
super:
admin: 3f47c1559531a75fdb0b7d0476ed36f0
spider:
driver_path: /opt/six/lgo/chromedriver
proxy:
ip: 192.168.55.6
port: 8213
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /opt/six/lgo/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
super:
admin: e8dd7f1a7f63ce541196b1c3cf2d10c2
spider:
driver_path: /opt/six/lgo/chromedriver
proxy:
ip: 172.20.1.63
port: 8213
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
environment: common
upload_file_path: /opt/six/lgo/data/fileUpload
#文本编辑器里面上传的图片位置
ueditor_upload_path: /opt/six/lgo/data/images
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.12.34:6215/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
#业务功能,参数配置
#模型默认保存地址
model_base_path: /opt/six/lgo/data/model/
#训练文件地址
model_base_corpus_folder: /opt/six/lgo/data/corpus/
model.topic_model_name: topic_model.ser
model.topic_corpus_folder: topic
model.tag_model_name: tag_model.ser
model.tag_corpus_folder: tag
model.type_model_name: type_model.ser
model.type_corpus_folder: type
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
#业务功能,参数配置
#模型默认保存地址
model_base_path: /opt/six/lgo/data/model/
#训练文件地址
model_base_corpus_folder: /opt/six/lgo/data/corpus/
model.topic_model_name: topic_model.ser
model.topic_corpus_folder: topic
model.tag_model_name: tag_model.ser
model.tag_corpus_folder: tag
model.type_model_name: type_model.ser
model.type_corpus_folder: type
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
#业务功能,参数配置
#模型默认保存地址
model_base_path: data/model/
#训练文件地址
model_base_corpus_folder: data/corpus/
model.topic_model_name: topic_model.ser
model.topic_corpus_folder: topic
model.tag_model_name: tag_model.ser
model.tag_corpus_folder: tag
model.type_model_name: type_model.ser
model.type_corpus_folder: type
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.0.47.94:6140/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leg
password: woDdrndRPgMblLPr
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
#业务功能,参数配置
#模型默认保存地址
model_base_path: /opt/six/lgo/data/model/
#训练文件地址
model_base_corpus_folder: /opt/six/lgo/data/corpus/
model.topic_model_name: topic_model.ser
model.topic_corpus_folder: topic
model.tag_model_name: tag_model.ser
model.tag_corpus_folder: tag
model.type_model_name: type_model.ser
model.type_corpus_folder: type
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
#业务功能,参数配置
#模型默认保存地址
model_base_path: /opt/six/lgo/data/model/
#训练文件地址
model_base_corpus_folder: /opt/six/lgo/data/corpus/
model.topic_model_name: topic_model.ser
model.topic_corpus_folder: topic
model.tag_model_name: tag_model.ser
model.tag_corpus_folder: tag
model.type_model_name: type_model.ser
model.type_corpus_folder: type
\ No newline at end of file
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master
datasource:
master:
url: jdbc:mysql://10.3.12.34:6215/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://10.3.12.34:6215/leg_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
#antirust 王陶冉->李增韬
slave:
url: jdbc:mysql://10.3.5.4:6218/antirust_a?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust
password: 6ca7c5c2066458434b2c949324eec537
driverClassName: com.mysql.jdbc.Driver
#aep 吴雨新
aep:
url: jdbc:mysql://172.20.122.91:3306/fwauto?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: root
password: mima123456
driver-class-name: com.mysql.jdbc.Driver
#王陶冉
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
#汪洋/李曾涛
soc:
url: jdbc:mysql://10.4.86.8:8888/mappy?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: Thanatos
driverClassName: com.mysql.jdbc.Driver
druid:
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config
connectionProperties: config.decrypt=false
task:
switched: true
bigdata:
token: bd1df2bc1acf8356cebb6d08419a8727a4a7e6bba7742c93f8ab60f6f9265bf0f498b69bc8da424ac4f2635370047b406bf015cf617e3436ce1060d652af4179
type: Security_A
checker: /opt/six/lgo/mircoservice_inter/mircoservice_inter/mircoservice_inter/mircoservice_inter.jar
url: http://aiops.it.bx/bxappAdmin/queryAPI/test_4_kafka
appname: LEGO_A
telnet:
server:
ip: 10.4.78.163
port: 20008
req:
account: rd@10.1.160.20
job:
self:
run: false
url: http://123.58.252.145:18096/sync/testdata
\ No newline at end of file
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
master:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
#汪洋/李曾涛
soc:
url: jdbc:mysql://10.4.86.8:8888/mappy?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: Thanatos
driverClassName: com.mysql.jdbc.Driver
druid:
async-init: true
initial-size: 0
min-idle: 0
max-active: 1000
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
removeAbandoned: true
removeAbandonedTimeout: 600
task:
switched: true
bigdata:
token: bd1df2bc1acf8356cebb6d08419a8727a4a7e6bba7742c93f8ab60f6f9265bf0f498b69bc8da424ac4f2635370047b406bf015cf617e3436ce1060d652af4179
type: Security_DEV
checker: /opt/six/lgo/mircoservice_inter/mircoservice_inter/mircoservice_inter/mircoservice_inter.jar
url: http://aiops.it.bx/bxappAdmin/queryAPI/test_4_kafka
appname: LEGO_DEV
telnet:
server:
ip: 10.4.78.163
port: 20008
req:
account: root@172.20.1.63
job:
self:
run: true
url: http://127.0.0.1:8096/sync/testdata
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
# master:
# url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
# username: bx_lgo
# password: 8df5b14bb03304263276a5e0c66c1cfc
# driver-class-name: com.mysql.jdbc.Driver
master:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: suntray@123#@!
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://localhost:3306/test?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: root
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
#汪洋/李曾涛
soc:
url: jdbc:mysql://10.4.86.8:8888/mappy?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: Thanatos
driverClassName: com.mysql.jdbc.Driver
druid:
async-init: true
initial-size: 0
min-idle: 0
max-active: 1000
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
removeAbandoned: true
removeAbandonedTimeout: 600
task:
switched: true
bigdata:
token: bd1df2bc1acf8356cebb6d08419a8727a4a7e6bba7742c93f8ab60f6f9265bf0f498b69bc8da424ac4f2635370047b406bf015cf617e3436ce1060d652af4179
type: Security_LOCAL
checker: /opt/six/lgo/mircoservice_inter/mircoservice_inter/mircoservice_inter/mircoservice_inter.jar
url: http://aiops.it.bx/bxappAdmin/queryAPI/test_4_kafka
appname: LEGO_LOCAL
telnet:
server:
ip: 10.4.78.163
port: 20008
req:
account: rd@10.1.160.20
job:
self:
run: false
url: http://123.58.252.145:18096/sync/testdata
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master
datasource:
master:
url: jdbc:mysql://10.0.47.94:6140/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leg
password: woDdrndRPgMblLPr
driver-class-name: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://10.0.47.94:6140/leg_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_legsync
password: vjbj3Ff7BGpdgCNb
driver-class-name: com.mysql.jdbc.Driver
#antirust 王陶冉->李增韬
slave:
url: jdbc:mysql://10.0.47.94:6140/sixatr?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_sixatr
password: SJ64n1jwSaLKljWH
driverClassName: com.mysql.jdbc.Driver
#aep 吴雨新
aep:
url: jdbc:mysql://10.0.47.94:6140/sixaep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_sixaep
password: wuPxXelc5P8G75qy
driver-class-name: com.mysql.jdbc.Driver
#王陶冉
som:
url: jdbc:mysql://10.0.47.94:6140/etcfg?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_etcfg
password: fNDruRkb2na4bRPy
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://172.17.0.11:3306/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://172.17.0.11:3306/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://172.17.0.11:3306/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
#汪洋/李曾涛
soc:
url: jdbc:mysql://10.4.86.8:8888/mappy?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: Thanatos
driverClassName: com.mysql.jdbc.Driver
druid:
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config
connectionProperties: config.decrypt=false
task:
switched: true
bigdata:
token: bd1df2bc1acf8356cebb6d08419a8727a4a7e6bba7742c93f8ab60f6f9265bf0f498b69bc8da424ac4f2635370047b406bf015cf617e3436ce1060d652af4179
type: Security
checker: /opt/six/lgo/mircoservice_inter/mircoservice_inter/mircoservice_inter/mircoservice_inter.jar
url: http://aiops.it.bx/bxappAdmin/queryAPI/test_4_kafka
appname: LEGO
telnet:
server:
ip: 172.17.2.9
port: 20008
req:
account: rd@10.1.160.20
job:
self:
run: true
url: http://192.168.55.6/out?url=http://123.58.252.145:18096/sync/testdata
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
master:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
#汪洋/李曾涛
soc:
url: jdbc:mysql://10.4.86.8:8888/mappy?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: Thanatos
driverClassName: com.mysql.jdbc.Driver
druid:
# async-init: true
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
# removeAbandoned: true
# removeAbandonedTimeout: 600
task:
switched: true
bigdata:
token: bd1df2bc1acf8356cebb6d08419a8727a4a7e6bba7742c93f8ab60f6f9265bf0f498b69bc8da424ac4f2635370047b406bf015cf617e3436ce1060d652af4179
type: Security_TEST
checker: /opt/six/lgo/mircoservice_inter/mircoservice_inter/mircoservice_inter/mircoservice_inter.jar
url: http://aiops.it.bx/bxappAdmin/queryAPI/test_4_kafka
appname: LEGO_TEST
telnet:
server:
ip: 10.4.78.163
port: 20008
req:
account: rd@10.1.160.20
job:
self:
run: false
url: http://123.58.252.145:18096/sync/testdata
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
master:
url: jdbc:mysql://10.3.12.34:6215/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://10.3.12.34:6215/leg_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
#antirust 王陶冉->李增韬
slave:
url: jdbc:mysql://10.3.5.4:6218/antirust_a?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust
password: 6ca7c5c2066458434b2c949324eec537
driverClassName: com.mysql.jdbc.Driver
#aep 吴雨新
aep:
url: jdbc:mysql://172.20.122.91:3306/fwauto?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: root
password: mima123456
driver-class-name: com.mysql.jdbc.Driver
#王陶冉
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
druid:
# async-init: true
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
# removeAbandoned: true
# removeAbandonedTimeout: 600
task:
switched: true
\ No newline at end of file
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
master:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
druid:
async-init: true
initial-size: 0
min-idle: 0
max-active: 1000
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
removeAbandoned: true
removeAbandonedTimeout: 600
task:
switched: true
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
# master:
# url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
# username: bx_lgo
# password: 8df5b14bb03304263276a5e0c66c1cfc
# driver-class-name: com.mysql.jdbc.Driver
master:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
druid:
async-init: true
initial-size: 0
min-idle: 0
max-active: 1000
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
removeAbandoned: true
removeAbandonedTimeout: 600
task:
switched: true
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master
datasource:
master:
url: jdbc:mysql://10.0.47.94:6140/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leg
password: woDdrndRPgMblLPr
driver-class-name: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://10.0.47.94:6140/leg_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_legsync
password: vjbj3Ff7BGpdgCNb
driver-class-name: com.mysql.jdbc.Driver
#antirust 王陶冉->李增韬
slave:
url: jdbc:mysql://10.0.47.94:6140/sixatr?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_sixatr
password: SJ64n1jwSaLKljWH
driverClassName: com.mysql.jdbc.Driver
#aep 吴雨新
aep:
url: jdbc:mysql://10.0.47.94:6140/sixaep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_sixaep
password: wuPxXelc5P8G75qy
driver-class-name: com.mysql.jdbc.Driver
#王陶冉
som:
url: jdbc:mysql://10.0.47.94:6140/etcfg?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_etcfg
password: fNDruRkb2na4bRPy
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://172.17.0.11:3306/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://172.17.0.11:3306/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://172.17.0.11:3306/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: root
password: rootroot
driverClassName: com.mysql.jdbc.Driver
druid:
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config
connectionProperties: config.decrypt=false
task:
switched: true
spring:
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 为了某些版本的springboot @SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 无法生效
datasource:
dynamic:
primary: master #设置默认的数据源或者数据源组,默认值即为master,如果读者只是单数据源只需要注释掉slave相关配置即可,这里为了方便演示master与slave保持相同
datasource:
master:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
slave:
url: jdbc:mysql://10.3.2.57:3109/antirust?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: bx_antirust_read
password: 2ebd45e34b5ea
driverClassName: com.mysql.jdbc.Driver
sync:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo_sync?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
aep:
url: jdbc:mysql://10.3.5.41:6207/aep?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: rd_aep1
password: VagYjnv}cmdjs3wexvqp7osulvycme
driver-class-name: com.mysql.jdbc.Driver
som:
url: jdbc:mysql://10.3.1.54:6217/som?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: som_less
password: VagYjnv}cmdjs3wexvqp7osulvycme
driverClassName: com.mysql.jdbc.Driver
six:
url: jdbc:mysql://10.3.2.57:6215/six?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixaudit:
url: jdbc:mysql://10.3.2.57:6215/autoauditdata?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
sixprivi:
url: jdbc:mysql://10.3.2.57:6215/privilege_decry?serverTimezone=Hongkong&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false # serverTimezone=Hongkong 需要填上时区
username: ix
password: db5f5ba6c10d5ed3ad07474008c9a9e3
driverClassName: com.mysql.jdbc.Driver
druid:
# async-init: true
initial-size: 0
min-idle: 0
max-active: 10
max-wait: -1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 1800000
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
filters: log4j,wall,mergeStat,config #不能跟proxyFilters同时使用
connectionProperties: config.decrypt=false
# removeAbandoned: true
# removeAbandonedTimeout: 600
task:
switched: true
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.12.34:6215/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: fb2b87ca96dc9f56706da753b403faa4
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
task:
switched: true
#邮件中的连接地址
email_url: http://lgo.qa.bx
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://10.3.5.41:6219/lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
task:
switched: true
#邮件中的连接地址
email_url: http://127.0.0.1:3000
spring:
datasource:
url: jdbc:mysql://db.suntrayoa.com:3306/bx_lgo?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_lgo
password: 8df5b14bb03304263276a5e0c66c1cfc
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
task:
switched: true
#邮件中的连接地址
email_url: http://127.0.0.1:3000
spring:
datasource:
url: jdbc:mysql://10.0.47.94:6140/leg?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leg
password: woDdrndRPgMblLPr
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
task:
switched: true
#邮件中的连接地址
email_url: http://lgo.it.bx
spring:
datasource:
url: jdbc:mysql://10.3.1.54:6217/leo_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
username: bx_leotest
password: 0f7d010743cc9be3bd21c4b5925cc207
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 100
minimum-idle: 10
connection-timeout: 5000
driver-class-name: com.mysql.jdbc.Driver
connection-init-sql: SELECT 1 FROM DUAL
connection-test-query: SELECT 1 FROM DUAL
max-lifetime: 180000
idle-timeout: 60000
task:
switched: true
#邮件中的连接地址
email_url: http://10.4.90.141
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