From 6cce9ad4c95a9cf7c1afc066fe71d8eac482f76f Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 28 Nov 2017 07:03:31 +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 d923385..72334d8 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://172.16.206.7:3306/monitor?characterEncoding=UTF-8"/>
+ <property name="url" value="jdbc:mysql://47.96.19.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