From 16dd9e5a27000d5e2abb12255b31b8aaf5a90756 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Sat, 11 Nov 2017 14:49:35 +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 0a96ae9..d923385 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://47.96.26.152:3306/monitor?characterEncoding=UTF-8"/> + <property name="url" value="jdbc:mysql://172.16.206.7:3306/monitor?characterEncoding=UTF-8"/> <property name="username" value="root"/> <property name="password" value="xOlx8z9L7Pt6y9YI"/> <property name="initialSize" value="1" /> -- Gitblit v1.8.0