-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpringCloud Hoxton.SR1和SpringBoot 2.2.2.RELEASE组合缺包 #3
Comments
解决方式:
1、因为我没空研究版本组合的方式,但是你可以去官网看看,官网会给出推荐的版本,但是个人建议,如果是学习的话,就按照视频中的版本来,除非你有精力研究版本特性和兼容性的问题。
2、 如果不想改,并且只有单个组件出了问题,那估计不关版本的事,检查一下你那个有问题的pom.xml中是不是多了啥标点符号,我那个时候多了个.,折腾了很久才发现,idea还不报错,但是会直接导致你很多包无法导入
…------------------ 原始邮件 ------------------
发件人: "Howthemeaning"<[email protected]>;
发送时间: 2020年5月26日(星期二) 下午5:14
收件人: "EiletXie/cloud2020"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [EiletXie/cloud2020] SpringCloud Hoxton.SR1和SpringBoot 2.2.2.RELEASE组合缺包 (#3)
maven install是成功的,但是idea编译不通过
程序包org.springframework.web.bind.annotation不存在
程序包org.apache.ibatis.annotations不存在
程序包org.springframework.boot不存在
程序包org.springframework.boot.autoconfigure不存在
程序包org.springframework.stereotype不存在
程序包org.apache.ibatis.annotations不存在
程序包lombok不存在
网上的方法都尝试,都不行,这是啥原因?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
pom文件内容是完全复制粘贴的,步骤完全按照视频版本 |
你不会把我eiletxie这些都复制了吧。。。那你pom肯定报错说找不到 common组件里面的包的
…------------------ 原始邮件 ------------------
发件人: "Howthemeaning"<[email protected]>;
发送时间: 2020年5月26日(星期二) 下午5:32
收件人: "EiletXie/cloud2020"<[email protected]>;
抄送: "eiletxie"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [EiletXie/cloud2020] SpringCloud Hoxton.SR1和SpringBoot 2.2.2.RELEASE组合缺包 (#3)
pom文件内容是完全复制粘贴的,步骤完全按照视频版本
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
没……名字我还是改了的,文件里也没标红,写代码的时候也会自动补全,但就是点击运行就提示包不存在 |
更气的是"找不到"的类还能摁ctrl进去看源码…… |
。。。尝试一下 maven切换配置和jdk地址,或者实在不行删除 .idea再打开,主要是你要定位缺失的包在哪个组件,然后再找问题,我以前也被idea多模块折磨过,慢慢摸索吧
…------------------ 原始邮件 ------------------
发件人: "Howthemeaning"<[email protected]>;
发送时间: 2020年5月26日(星期二) 晚上6:46
收件人: "EiletXie/cloud2020"<[email protected]>;
抄送: "eiletxie"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [EiletXie/cloud2020] SpringCloud Hoxton.SR1和SpringBoot 2.2.2.RELEASE组合缺包 (#3)
更气的是"找不到"的类还能摁ctrl进去看源码……
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
大哥,我解决了,把intellij从2020.01版本降到2019.03啥问题都没了,新版本连springboot-helloworld都报错…… |
我用的就是IDEA2019,感谢你做了一只小白鼠。。。。哈哈,下次我不会碰2020版本了
…------------------ 原始邮件 ------------------
发件人: "Howthemeaning"<[email protected]>;
发送时间: 2020年5月27日(星期三) 中午1:49
收件人: "EiletXie/cloud2020"<[email protected]>;
抄送: "eiletxie"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [EiletXie/cloud2020] SpringCloud Hoxton.SR1和SpringBoot 2.2.2.RELEASE组合缺包 (#3)
大哥,我解决了,把intellij从2020.01版本降到2019.03啥问题都没了,新版本连springboot-helloworld都报错……
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
兄弟,我也是20.1版本,提示jar不存在。看来得换版本了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maven install是成功的,但是idea编译不通过
程序包org.springframework.web.bind.annotation不存在
程序包org.apache.ibatis.annotations不存在
程序包org.springframework.boot不存在
程序包org.springframework.boot.autoconfigure不存在
程序包org.springframework.stereotype不存在
程序包org.apache.ibatis.annotations不存在
程序包lombok不存在
网上的方法都尝试,都不行,这是啥原因?
The text was updated successfully, but these errors were encountered: