摘要:
1.添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>true</s 阅读全文
posted @ 2020-08-12 16:32
sfencs
阅读(226)
评论(0)
推荐(1)
摘要:
1.简单的项目结构 2.在pom.xml中添加plugin <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> 阅读全文
posted @ 2020-08-12 08:58
sfencs
阅读(247)
评论(0)
推荐(0)