feat: 升级版本,删除过时的reflections依赖,使用spring内置扫描方法实现

This commit is contained in:
wangyu 2023-08-09 14:38:06 +08:00
parent 33c5772738
commit b79661109b
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>