1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <?xml version="1.0" encoding="UTF-8"?>
|
| <datasource>
| <defination
| url="jdbc:mysql://ai.highdatas.com:9306/ai?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true&useSSL=false"
| username="root"
| password="Ai123qwe!"
| characterEncoding="utf-8"
| maxActive="512"
| initialSize="1"
| maxWait="60000"
| minIdle="1"
| timeBetweenEvictionRunsMillis="3000"
| minEvictableIdleTimeMillis="300000"
| validationQuery="select 1"
| testWhileIdle="true"
| testOnBorrow="false"
| testOnReturn="false"
| />
|
| </datasource>
|
|