16 lines
954 B
XML
16 lines
954 B
XML
<?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://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false" />
|
|
<!-- 预投产环境 -->
|
|
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
|
maxActive="1000" maxIdle="2" maxWait="10000" username="apzl" password="APleasing-66"
|
|
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://rm-2zed0cp432cn85447.mysql.rds.aliyuncs.com:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
|
/> -->
|
|
</Context>
|
|
|