|
@@ -0,0 +1,52 @@
|
|
|
+// 阿里线上配置
|
|
|
+
|
|
|
+#JDBC configuration information
|
|
|
+jdbc.sentry.url=jdbc:mysql://localhost:3306/hsdatashow?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
|
|
|
+jdbc.sentry.username=root
|
|
|
+jdbc.sentry.password=Admin#123
|
|
|
+jdbc.sentry.driverClassName=com.mysql.jdbc.Driver
|
|
|
+jdbc.sentry.maxWait=60000
|
|
|
+jdbc.sentry.maxActive=20
|
|
|
+jdbc.sentry.initialSize=1
|
|
|
+jdbc.sentry.minIdle=10
|
|
|
+jdbc.sentry.maxOpenPreparedStatements=20
|
|
|
+jdbc.sentry.removeAbandonedTimeout=1800
|
|
|
+jdbc.sentry.logAbandoned=true
|
|
|
+jdbc.sentry.testOnBorrow=false
|
|
|
+jdbc.sentry.testWhileIdle=true
|
|
|
+jdbc.sentry.testOnReturn=false
|
|
|
+jdbc.sentry.timeBetweenEvictionRunsMillis=60000
|
|
|
+jdbc.sentry.minEvictableIdleTimeMillis=300000
|
|
|
+jdbc.sentry.removeAbandoned=true
|
|
|
+
|
|
|
+filters=stat
|
|
|
+validationQuery=SELECT 1
|
|
|
+
|
|
|
+#shiro
|
|
|
+password.algorithmName=md5
|
|
|
+password.hashIterations=2
|
|
|
+
|
|
|
+#CAMRS JDBC configuration information
|
|
|
+jdbc.camrs.url= jdbc:mysql://192.168.107.112:3306/camrs_db?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
|
|
|
+jdbc.camrs.username=root
|
|
|
+jdbc.camrs.password=root
|
|
|
+jdbc.camrs.driverClassName=com.mysql.jdbc.Driver
|
|
|
+jdbc.camrs.maxWait=60000
|
|
|
+jdbc.camrs.maxActive=20
|
|
|
+jdbc.camrs.initialSize=1
|
|
|
+jdbc.camrs.minIdle=10
|
|
|
+jdbc.camrs.maxOpenPreparedStatements=20
|
|
|
+jdbc.camrs.removeAbandonedTimeout=1800
|
|
|
+jdbc.camrs.logAbandoned=true
|
|
|
+jdbc.camrs.testOnBorrow=false
|
|
|
+jdbc.camrs.testWhileIdle=true
|
|
|
+jdbc.camrs.testOnReturn=false
|
|
|
+jdbc.camrs.timeBetweenEvictionRunsMillis=60000
|
|
|
+jdbc.camrs.minEvictableIdleTimeMillis=300000
|
|
|
+jdbc.camrs.removeAbandoned=true
|
|
|
+
|
|
|
+
|
|
|
+#REDIS Configuration Information
|
|
|
+redis.server=192.168.107.112
|
|
|
+
|
|
|
+uploadRootDir=D:/HSDataShow/Upload/
|