课程
/后端开发
/Java
/2小时学会Spring Boot
@RestController注解报错,没有可导的包
2017-11-12
源自:2小时学会Spring Boot 2-1
正在回答
配置个阿里云maven镜像
在mirrors节点内添加一个mirror子节点
<mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url></mirror>
确认“”spring-boot-starter-web“”下的包maven都下载好了,(建议更换maven 镜像源 为国内的 例如 阿里的)
举报
Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序