feat: pom.xml tomcat 추가

This commit is contained in:
hylee 2023-06-13 17:39:11 +09:00
parent 143a3981f2
commit 1f0e5f9769

View File

@ -153,7 +153,10 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
</dependencies>
<build>