feat: 新增maven依赖

This commit is contained in:
weihongyang 2022-06-29 16:28:20 +08:00
rodzic fdf870c779
commit 8d6cda8f90

Wyświetl plik

@ -28,6 +28,10 @@
<artifactId>ym-admin</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>