老师,我在eclipse里面导入时报错,请问怎么解决,这个问题我搞了好久,上网也找了好多解决办法但都不行
来源:3-3 -编写程序代码及测试用例
angeltxy4276339
2017-08-16
写回答
2回答
-
老卫
2017-08-16
尝试按下面步骤解决。
检查 gradle 的配置是否正确
删除项目,从新导入
删除项目,清理工作区间
重新安装eclipse,从新导入项目
112017-09-01 -
伦shulun
2017-09-01
我在导入的时候,遇到同样的问题。按照老师建议的顺序,发现是 build.gradle 中配置错误
buildscript { ext { springBootVersion = '1.5.6.RELEASE' } repositories { // mavenCentral() maven { // url 地址忘记加 协议了 url 'maven.aliyun.com/nexus/content/groups/public/' } } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } }
当修改之后,就可以正常导入
012017-09-02
基于Spring Boot技术栈博客系统企业级前后端实战
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
1296 学习 · 738 问题
相似问题