首页 > TAG信息列表 > SpringBoot01Hello

SpringBoot01Hello

依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.7.RELEASE</version> </parent> <dependencies> <!-- web启动jar --> <depend