gather mysql user gather password

This commit is contained in:
zhanyun 2016-11-14 11:26:02 +08:00
parent be7122c075
commit 125ea0291e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<property name="url"
value="jdbc:mysql://172.16.128.30:3306/ossean_production?characterEncoding=UTF-8&amp;zeroDateTimeBehavior=convertToNull&amp;autoReconnect=true" />
<property name="username" value="gather" />
<property name="password" value="influx1234" />
<property name="password" value="Influx@1234" />
<property name="validationQuery" value="SELECT 1" />
<property name="testOnBorrow" value="true"/>
</bean>