diff --git a/WebContent/WEB-INF/properties/env.D.properties b/WebContent/WEB-INF/properties/env.D.properties index 0445e14..b83da1a 100644 --- a/WebContent/WEB-INF/properties/env.D.properties +++ b/WebContent/WEB-INF/properties/env.D.properties @@ -6,7 +6,7 @@ db.vendor=mariadb # - oracle10g : org.hibernate.dialect.Oracle10gDialect # - MySQL8 : org.hibernate.dialect.MySQL8Dialect # - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect -hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +hibernate.dialect=org.hibernate.dialect.Oracle12cDialect # Priority of the was -D option inst.Name=apimsSvr11 diff --git a/WebContent/WEB-INF/properties/env.P.properties b/WebContent/WEB-INF/properties/env.P.properties index 6702788..908dbda 100644 --- a/WebContent/WEB-INF/properties/env.P.properties +++ b/WebContent/WEB-INF/properties/env.P.properties @@ -6,7 +6,7 @@ db.vendor=mariadb # - oracle10g : org.hibernate.dialect.Oracle10gDialect # - MySQL8 : org.hibernate.dialect.MySQL8Dialect # - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect -hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +hibernate.dialect=org.hibernate.dialect.Oracle12cDialect # Priority of the was -D option inst.Name=admSvr11 @@ -15,4 +15,4 @@ eai.tableowner=EMSADM eai.systemmode=D eai.drmode=N # black / blue / green / orange / yellow -theme.color=orange +theme.color=orange \ No newline at end of file diff --git a/WebContent/WEB-INF/properties/env.T.properties b/WebContent/WEB-INF/properties/env.T.properties index 4eef0bc..806baae 100644 --- a/WebContent/WEB-INF/properties/env.T.properties +++ b/WebContent/WEB-INF/properties/env.T.properties @@ -6,7 +6,7 @@ db.vendor=mariadb # - oracle10g : org.hibernate.dialect.Oracle10gDialect # - MySQL8 : org.hibernate.dialect.MySQL8Dialect # - MariaDB 10.3 : org.hibernate.dialect.MariaDB103Dialect -hibernate.dialect=org.hibernate.dialect.MySQL5Dialect +hibernate.dialect=org.hibernate.dialect.Oracle12cDialect # Priority of the was -D option inst.Name=admSvr11 diff --git a/src/main/resources/logback-dev.xml b/src/main/resources/logback-dev.xml index 61f9097..ca1d61f 100644 --- a/src/main/resources/logback-dev.xml +++ b/src/main/resources/logback-dev.xml @@ -27,6 +27,9 @@ 10 + + ${LOG_PATTERN} + + + utf-8 + ${LOG_PATTERN} + @@ -49,6 +56,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + @@ -60,6 +71,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + @@ -71,6 +86,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + ${LOG_HOME}/${PREFIX}_hibernate.log @@ -78,6 +97,10 @@ ${LOG_HOME}/${PREFIX}_hibernate.log-%d{yyyy-MM-dd} 10 + + utf-8 + ${LOG_PATTERN} + diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 9ee91f6..b16a368 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -2,7 +2,7 @@ - + @@ -16,6 +16,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + + + utf-8 + ${LOG_PATTERN} + @@ -38,6 +46,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + @@ -49,6 +61,10 @@ 10 + + utf-8 + ${LOG_PATTERN} + @@ -60,6 +76,10 @@ 10 + + utf-8 + ${LOG_PATTERN} +