ajp 설정 삭제.
parent
44a2834ccc
commit
d9204fd3a6
|
|
@ -7,7 +7,7 @@ import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
@Configuration
|
//@Configuration
|
||||||
public class TomcatConfiguration {
|
public class TomcatConfiguration {
|
||||||
|
|
||||||
@Value("${tomcat.ajp.protocol}")
|
@Value("${tomcat.ajp.protocol}")
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
tomcat.ajp.protocol=HTTP/1.1
|
#tomcat.ajp.protocol=HTTP/1.1
|
||||||
spring.devtools.livereload.enabled=true
|
spring.devtools.livereload.enabled=true
|
||||||
|
|
||||||
#file upload
|
#file upload
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
tomcat.ajp.protocol=AJP/1.3
|
#tomcat.ajp.protocol=AJP/1.3
|
||||||
|
|
||||||
#file upload
|
#file upload
|
||||||
spring.servlet.multipart.location=/uploadFiles
|
spring.servlet.multipart.location=/uploadFiles
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
tomcat.ajp.protocol=HTTP/1.1
|
#tomcat.ajp.protocol=HTTP/1.1
|
||||||
|
|
||||||
#file upload
|
#file upload
|
||||||
spring.servlet.multipart.location=/uploadFiles
|
spring.servlet.multipart.location=/uploadFiles
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue