no message

main
이범준 1 year ago
parent 0fabb8c348
commit 14a8084b59

@ -63,12 +63,23 @@
<groupId>cokr.xit.boot</groupId> <groupId>cokr.xit.boot</groupId>
<artifactId>xit-base-starter</artifactId> <artifactId>xit-base-starter</artifactId>
<version>23.04.01-SNAPSHOT</version> <version>23.04.01-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mariadb.jdbc</groupId> <groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId> <artifactId>mariadb-java-client</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save