Fork me on GitHub

随笔分类 -  SpringCloud

摘要:这是因为缺少依赖导致的,在pom中加入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 重新编译打包就可以了 阅读全文
posted @ 2020-05-29 14:51 w_wz 阅读(7059) 评论(0) 推荐(0)