diff --git a/.gitmodules b/.gitmodules index 2e4b4a3..765ac2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = ssh://git@192.168.240.178:18081/eapim/elink-online-emsclient.git [submodule "elink-online-core-jpa"] path = elink-online-core-jpa - url = ssh://git@192.168.240.178:18081/eapim/elink-online-core-jpa.git + url = ssh://git@192.168.240.178:18081/eapim/elink-online-core-jpa.git \ No newline at end of file diff --git a/WebContent/META-INF/context.xml b/WebContent/META-INF/context.xml deleted file mode 100644 index 385912e..0000000 --- a/WebContent/META-INF/context.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/applicationContext-jpa.xml b/WebContent/WEB-INF/applicationContext-jpa.xml index 8eb127d..8da5bda 100644 --- a/WebContent/WEB-INF/applicationContext-jpa.xml +++ b/WebContent/WEB-INF/applicationContext-jpa.xml @@ -63,7 +63,7 @@ validate true false - ${hibernate.dialect:org.hibernate.dialect.PostgreSQL10Dialect} + ${hibernate.dialect:org.hibernate.dialect.Oracle12cDialect} 100 100 false diff --git a/WebContent/WEB-INF/authserver-servlet.xml b/WebContent/WEB-INF/authserver-servlet.xml index 4eb1843..1342774 100644 --- a/WebContent/WEB-INF/authserver-servlet.xml +++ b/WebContent/WEB-INF/authserver-servlet.xml @@ -21,6 +21,8 @@ base-package="com.eactive.eai.authserver" /> + diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index b3ad57e..0b2219d 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -2,7 +2,7 @@ @@ -36,20 +36,23 @@ - + + + + + + + + + authserver org.springframework.web.servlet.DispatcherServlet + + throwExceptionIfNoHandlerFound + true + 1 @@ -71,18 +74,17 @@ - - + + + + + + + + + + +