From 031f83ee51f62a54233f88c5883fcef8147c1638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 2 Nov 2023 13:18:26 +0900 Subject: [PATCH] =?UTF-8?q?properties=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-test.properties | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/kcsc-back-end/src/main/resources/application-test.properties b/kcsc-back-end/src/main/resources/application-test.properties index fa9e936..83cbd3f 100644 --- a/kcsc-back-end/src/main/resources/application-test.properties +++ b/kcsc-back-end/src/main/resources/application-test.properties @@ -1,17 +1,22 @@ -spring.devtools.livereload.enabled=true +spring.devtools.livereload.enabled=false +server.error.path=/errors + +logging.level.org.apache.tomcat: DEBUG +logging.level.org.apache.catalina: DEBUG + #Datasource Configuration spring.sql.init.encoding=utf-8 #maximum-pool-size: CPU core count spring.datasource.hikari.maximum-pool-size=4 #postgresql -spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy -spring.datasource.url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcsc_dev +spring.datasource.driverClassName=org.postgresql.Driver +spring.datasource.url=jdbc:postgresql://218.36.126.201:5432/kcsc_dev spring.datasource.username=postgres spring.datasource.password=rhksflwk12!@ #jpa -spring.jpa.show-sql=true +spring.jpa.show-sql=false spring.jpa.generate-ddl=false spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl