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.Configuration;
|
||||
|
||||
@Configuration
|
||||
//@Configuration
|
||||
public class TomcatConfiguration {
|
||||
|
||||
@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
|
||||
|
||||
#file upload
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
tomcat.ajp.protocol=AJP/1.3
|
||||
#tomcat.ajp.protocol=AJP/1.3
|
||||
|
||||
#file upload
|
||||
spring.servlet.multipart.location=/uploadFiles
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
tomcat.ajp.protocol=HTTP/1.1
|
||||
#tomcat.ajp.protocol=HTTP/1.1
|
||||
|
||||
#file upload
|
||||
spring.servlet.multipart.location=/uploadFiles
|
||||
|
|
|
|||
Loading…
Reference in New Issue