From 9be29db8b2d3ce738b15ebd8fc1c459770e1952c Mon Sep 17 00:00:00 2001 From: "koo.taejin" Date: Wed, 11 Oct 2017 10:57:44 +0900 Subject: [PATCH] [#3390] support to check available applicationName and agentId on the web 1. apply for quickstart --- .../src/main/resources/applicationContext-dao-config.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/quickstart/web/src/main/resources/applicationContext-dao-config.xml b/quickstart/web/src/main/resources/applicationContext-dao-config.xml index 226bbd953e16..dcb70937e66f 100644 --- a/quickstart/web/src/main/resources/applicationContext-dao-config.xml +++ b/quickstart/web/src/main/resources/applicationContext-dao-config.xml @@ -4,11 +4,14 @@ xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd"> + + + \ No newline at end of file