From 57df7588b14e3ecc1c5b42f2c7bbd13d82e0932b Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 07 Nov 2017 22:04:13 +0800
Subject: [PATCH] test
---
src/main/resources/spring/database.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/spring/database.xml b/src/main/resources/spring/database.xml
index 7353d33..a88b773 100644
--- a/src/main/resources/spring/database.xml
+++ b/src/main/resources/spring/database.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close">
- <property name="url" value="jdbc:mysql://101.37.22.173:3306/monitor?characterEncoding=UTF-8"/>
+ <property name="url" value="jdbc:mysql://116.62.12.115:3306/monitor?characterEncoding=UTF-8"/>
<property name="username" value="root"/>
<property name="password" value="xOlx8z9L7Pt6y9YI"/>
<property name="initialSize" value="1" />
--
Gitblit v1.8.0