修改数据源
This commit is contained in:
parent
1157d743ca
commit
394c1a3203
@ -1,15 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
<Resource
|
||||
name="jdbc/als"
|
||||
auth="Container"
|
||||
type="javax.sql.DataSource"
|
||||
maxActive="30"
|
||||
maxIdle="2"
|
||||
maxWait="10000"
|
||||
username="apzl"
|
||||
password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true" />
|
||||
<Resource
|
||||
name="jdbc/als"
|
||||
auth="Container"
|
||||
type="javax.sql.DataSource"
|
||||
maxTotal="1000"
|
||||
maxIdle="2"
|
||||
maxWaitMillis="10000"
|
||||
username="apzl"
|
||||
password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false" />
|
||||
</Context>
|
||||
|
||||
|
||||
BIN
WebContent/WEB-INF/lib/mysql-connector-java-5.1.38.jar
Normal file
BIN
WebContent/WEB-INF/lib/mysql-connector-java-5.1.38.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +1,5 @@
|
||||
org.quartz.dataSource.zhulhDS.URL=jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnect=true
|
||||
#tel6
|
||||
#org.quartz.dataSource.zhulhDS.user=2sHTLrRv8sRxxaX7RrjfKQ==
|
||||
#tel6_123
|
||||
#org.quartz.dataSource.zhulhDS.key=LR8hbgC5Gwc920lYM5vH8g==
|
||||
#apzl
|
||||
org.quartz.dataSource.zhulhDS.URL=jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false
|
||||
org.quartz.dataSource.zhulhDS.user=338A48E135315FDBC2DF24EB080903D7
|
||||
#apzl@2018
|
||||
org.quartz.dataSource.zhulhDS.key=431DC9744DEF477868F97C4842F87AB3
|
||||
org.quartz.dataSource.zhulhDS.driver=com.mysql.jdbc.Driver
|
||||
c3p0.minPoolSize=5
|
||||
@ -25,7 +19,7 @@ c3p0.preferredTestQuery=select 1
|
||||
|
||||
org.quartz.scheduler.skipUpdateCheck=true
|
||||
#QuartzScheduler
|
||||
org.quartz.scheduler.instanceName=QuartzScheduler
|
||||
org.quartz.scheduler.instanceName=zhangjun
|
||||
org.quartz.scheduler.instanceId=AUTO
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=50
|
||||
@ -41,4 +35,6 @@ org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDele
|
||||
org.quartz.dataSource.zhulhDS.maxConnections=50
|
||||
|
||||
#control distributor(temporary)
|
||||
distributor_role = 401
|
||||
distributor_role = 401
|
||||
#libreOffice
|
||||
libreOffice_path=//opt//libreoffice5.4//program//
|
||||
Loading…
x
Reference in New Issue
Block a user