From 8fce129ea5a5e6f923a324ebab7f85b0e44506c1 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 4 Jan 2018 08:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=BF=98=E5=8A=A0=E5=9B=BD=E9=99=85=E5=8C=96=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/spring/spring-context-test.xml | 285 +++++++++--------- 1 file changed, 149 insertions(+), 136 deletions(-) diff --git a/modules/core/src/main/resources/spring/spring-context-test.xml b/modules/core/src/main/resources/spring/spring-context-test.xml index 1b9d8b88..aab57aa8 100644 --- a/modules/core/src/main/resources/spring/spring-context-test.xml +++ b/modules/core/src/main/resources/spring/spring-context-test.xml @@ -1,137 +1,150 @@ - - - - Spring Configuration Test - - - - - classpath:jeesite-core.yml - classpath:jeesite.yml - - - - - - - - - - - - com.jeesite - - - - - - - - - - - - - - ${jdbc.tablePrefix} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Spring Configuration Test + + + + + classpath:jeesite-core.yml + classpath:jeesite.yml + + + + + + + + + + + + com.jeesite + + + + + + + + + + + + + + ${jdbc.tablePrefix} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file