|
@@ -33,7 +33,7 @@
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
<!--main 함수가 있는 class 경로-->
|
|
|
<start-class>com.its.wthr.WthrCommServerApplication</start-class>
|
|
|
- <webapp.lib>C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\repository</webapp.lib>
|
|
|
+ <webapp.lib>C:\java\repository</webapp.lib>
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
</properties>
|
|
|
|
|
@@ -96,6 +96,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <!-- Exclude the Tomcat dependency -->
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|