From 87b30a48ca64c377af1520bf4d7507ee0fbc571e Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sat, 22 May 2021 21:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=80=9A=E9=AB=98=20highgo=20db=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 瀚高 highgo db适配支持 --- .../spring/applicationContext-persist.xml | 87 ------------------- .../resources/spring/applicationContext.xml | 74 +++++++++++++++- 2 files changed, 71 insertions(+), 90 deletions(-) delete mode 100644 maxkey-persistence/src/test/resources/spring/applicationContext-persist.xml diff --git a/maxkey-persistence/src/test/resources/spring/applicationContext-persist.xml b/maxkey-persistence/src/test/resources/spring/applicationContext-persist.xml deleted file mode 100644 index d9d9941ce..000000000 --- a/maxkey-persistence/src/test/resources/spring/applicationContext-persist.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/maxkey-persistence/src/test/resources/spring/applicationContext.xml b/maxkey-persistence/src/test/resources/spring/applicationContext.xml index 6a26045d7..08d559069 100644 --- a/maxkey-persistence/src/test/resources/spring/applicationContext.xml +++ b/maxkey-persistence/src/test/resources/spring/applicationContext.xml @@ -40,9 +40,6 @@ - - - @@ -89,4 +86,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file