aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-service/etc
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-04-16 09:06:17 -0400
committerJerry Flood <jflood@att.com>2019-04-16 11:29:13 -0400
commitb1ba8ef51edabee26acaf74e226eeb269297aec7 (patch)
tree54fcd741ae9b0f05ca1d438de1a4dbacf06cf1ac /cmso-service/etc
parent134ae90b8d8f5b19d9915adbc9b1a70d8c27540e (diff)
More checkstyle changes for Dublin
Issue-ID: OPTFRA-466 Change-Id: Ied602196284bf3aed56ff491a749f14503395c88 Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-service/etc')
-rw-r--r--cmso-service/etc/config/cmso.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-service/etc/config/cmso.properties b/cmso-service/etc/config/cmso.properties
index e9bec86..c28783a 100644
--- a/cmso-service/etc/config/cmso.properties
+++ b/cmso-service/etc/config/cmso.properties
@@ -44,7 +44,7 @@ spring.datasource.tomcat.initialSize=5
spring.datasource.tomcat.max-active=25
spring.datasource.tomcat.test-on-borrow=true
-spring.jpa.show-sql=true
+spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.EJB3NamingStrategy
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect