weblogic 대응 #2 - Tomcat 생성부분 제거, weblogic 프로필 분리

This commit is contained in:
Rinjae
2025-09-22 19:47:18 +09:00
parent fba45a4e98
commit 00c904aafb
2 changed files with 53 additions and 0 deletions
@@ -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 {