摘要:
步骤 1、在pom.xml中添加spring-boot-devtools热部署依赖。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </de 阅读全文
posted @ 2020-08-20 17:22
codeing123
阅读(125)
评论(0)
推荐(0)
摘要:
1、pom.xml中添加spring-boot-starter-test测试启动器依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> 阅读全文
posted @ 2020-08-20 16:11
codeing123
阅读(203)
评论(0)
推荐(0)