# Application.java 수정
# pom.xml 추가
<!-- EXTERNAL TOMCAT -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
# Project Facets 수정
# Application.java 수정
# pom.xml 추가
<!-- EXTERNAL TOMCAT -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
# Project Facets 수정