时间: 2020-09-3|38次围观|0 条评论


1. IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示

如果不是代码错误,降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别

Intellij IDEA 配置插图

参考

2. 引入Lombok后 不识别set get方法

<dependency>      <groupId>org.projectlombok</groupId>      <artifactId>lombok</artifactId>      <version>1.18.2</version></dependency> 

安装插件,重启

Intellij IDEA 配置插图1


3.idea 中解决maven 包冲突的问题(maven helper)

参考 

文章转载于:https://www.cnblogs.com/kaituorensheng/p/10935578.html

原著是一个有趣的人,若有侵权,请通知删除

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《Intellij IDEA 配置
   

还没有人抢沙发呢~