springboot项目中遇到的问题
Posted koma-vv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot项目中遇到的问题相关的知识,希望对你有一定的参考价值。
如果添加注解
@Data:get/set/equis/hashcode/tostring
同时也配置依赖属性依旧不能使用,此时就要在IDEA中下载lombok的插件,即可解决
@Data:
* @see Getter
* @see Setter
* @see RequiredArgsConstructor
* @see ToString
* @see EqualsAndHashCode
* @see lombok.Value
参考:https://jingyan.baidu.com/article/c910274b55a5b8cd361d2da1.html
以上是关于springboot项目中遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章
springboot使用redisTemplate遇到的问题
使用idea对springboot项目打war包及遇到的问题总结