Skip to content

Commit f381e4e

Browse files
committed
fix: 删除 spring-boot-devtools,解决类加载问题
1 parent 480ec58 commit f381e4e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

application/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
<artifactId>spring-boot-starter-test</artifactId>
3939
<scope>test</scope>
4040
</dependency>
41-
<!--SpringBoot devtools-->
42-
<dependency>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-devtools</artifactId>
45-
<scope>runtime</scope>
46-
<optional>true</optional>
47-
</dependency>
4841
<!--jasypt-->
4942
<dependency>
5043
<groupId>com.github.ulisesbocchio</groupId>

0 commit comments

Comments
 (0)