From d9204fd3a60afa1c80d8998f47899f6dc30c1fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Thu, 8 Dec 2022 17:51:22 +0900 Subject: [PATCH] =?UTF-8?q?ajp=20=EC=84=A4=EC=A0=95=20=EC=82=AD=EC=A0=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/dbnt/faisp/config/TomcatConfiguration.java | 2 +- src/main/resources/application-dev.properties | 2 +- src/main/resources/application-prod.properties | 2 +- src/main/resources/application-test.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/dbnt/faisp/config/TomcatConfiguration.java b/src/main/java/com/dbnt/faisp/config/TomcatConfiguration.java index 4db4f81b..aa5934c5 100644 --- a/src/main/java/com/dbnt/faisp/config/TomcatConfiguration.java +++ b/src/main/java/com/dbnt/faisp/config/TomcatConfiguration.java @@ -7,7 +7,7 @@ import org.springframework.boot.web.servlet.server.ServletWebServerFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; -@Configuration +//@Configuration public class TomcatConfiguration { @Value("${tomcat.ajp.protocol}") diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index c1b1614d..cdb14a38 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,4 +1,4 @@ -tomcat.ajp.protocol=HTTP/1.1 +#tomcat.ajp.protocol=HTTP/1.1 spring.devtools.livereload.enabled=true #file upload diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 3d5d80d8..06fddbb1 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -1,4 +1,4 @@ -tomcat.ajp.protocol=AJP/1.3 +#tomcat.ajp.protocol=AJP/1.3 #file upload spring.servlet.multipart.location=/uploadFiles diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 124978a9..d3fe2942 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -1,4 +1,4 @@ -tomcat.ajp.protocol=HTTP/1.1 +#tomcat.ajp.protocol=HTTP/1.1 #file upload spring.servlet.multipart.location=/uploadFiles