This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-argus-service/src/main/resources/jdbc.properties

65 lines
2.4 KiB
Properties
Raw Normal View History

#==========日志库 Mysql=======================
jdbc.log.driver=com.mysql.jdbc.Driver
jdbc.log.url=jdbc:mysql://10.0.6.249:3306/galaxy?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
#jdbc.log.url=jdbc:mysql://192.168.10.204:3306/galaxy?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
jdbc.log.username=root
jdbc.log.key=9Pjh5K20Sho0lnWMClUXYA==
jdbc.log.password=D3ptWYX8vx/GoEXaSrJycQ==
#==========================================
#==========日志库 Oracle ======================
##jdbc.log.driver=oracle.jdbc.driver.OracleDriver
##jdbc.log.url=jdbc:oracle:thin:@10.0.6.104:1521:orcl
2017-12-19 14:55:52 +08:00
#jdbc.log.url=jdbc:oracle:thin:@10.174.196.22:1521:orcl
##jdbc.log.username=zdx
2017-12-19 14:55:52 +08:00
#jdbc.log.username=z2_5x9logb
##jdbc.log.key=pHl+0udycGQWNZcN68Sv9A==
##jdbc.log.password=Z/pVMDXcWNxzVGAX0yRp3Q==
#============================================
2017-12-19 14:55:52 +08:00
bonecp.idleMaxAgeInMinutes=60
bonecp.idleConnectionTestPeriodInMinutes=240
bonecp.maxConnectionsPerPartition=50
bonecp.minConnectionsPerPartition=10
bonecp.partitionCount=3
bonecp.acquireIncrement=5
bonecp.statementsCacheSize=100
2017-12-19 14:55:52 +08:00
############################################################################################################################################
#数据中心hive接口配置
############################################################################################################################################
#A版日志库
jdbc.hive.driver=org.apache.hive.jdbc.HiveDriver
jdbc.hive.url=jdbc:hive2://10.0.6.202:10000/maat
jdbc.hive.username=xa_z2_mesa
jdbc.hive.key=aC/8fTC9vfPVhCk+CDzbAQ==
2017-12-19 14:55:52 +08:00
#加密后密码
jdbc.hive.password=V3GyFlG8Mg01bTt8ykFVaA==
2017-12-19 14:55:52 +08:00
#实际密码
#jdbc.hiveA.password=123!@#qwe
2017-12-19 14:55:52 +08:00
bonecp.hive.idleMaxAgeInMinutes=60
bonecp.hive.idleConnectionTestPeriodInMinutes=240
bonecp.hive.maxConnectionsPerPartition=20
bonecp.hive.minConnectionsPerPartition=10
bonecp.hive.partitionCount=3
bonecp.hive.acquireIncrement=5
bonecp.hive.statementsCacheSize=100
#####################################################################################################################################
##redis连接
#####################################################################################################################################
2018-05-29 15:36:42 +08:00
redis.host=10.0.6.249
#redis.host=192.168.10.205
redis.port=6379
redis.pass=
redis.maxIdle=5
redis.maxTotal=250
redis.maxWaitMillis=100000
redis.testOnBorrow=true
redis.testOnReturn=true