weblogic 대응 #2 - Tomcat 생성부분 제거, weblogic 프로필 분리
This commit is contained in:
@@ -6,7 +6,9 @@ import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactor
|
||||
import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.Profile;
|
||||
|
||||
@Profile("!weblogic")
|
||||
@Configuration
|
||||
public class ServletConfig {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user