springboot
gojuan
这个作者很懒,什么都没留下…
展开
-
idea中maven报红线问题
springboot项目启动报could not resolve dependencies for project com.shibei.wcs:wcs:jar:1.0-SNAPSHOT: Failure to find apache-oro:jakarta-oro:jar:2.0.8 in http://maven.aliyun.com/nexus/content/groups/public...原创 2019-02-18 13:02:35 · 1687 阅读 · 0 评论 -
springboot + jpa 报Unknown column 'orderrecev0_.custom_column1' in 'field list'的错解决方法
在使用springboot jpa 时报找不到字段,检查数据库表与实体类对应字段数据库里字段如果是a_b_c,实体应该为aBC,数据库里字段为aBC,实体类对应为abc欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。新的改变我们对Mar...原创 2019-05-20 13:38:39 · 880 阅读 · 1 评论 -
springboot easypoi 报错The bean 'beanNameViewResolver', defined in class path resource [cn/afterturn/e
今天在用springboot easypoi 做导出导入时,配置完成后启动项目报The bean ‘beanNameViewResolver’, defined in class path resource [cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.class], could not be registered. A ...原创 2019-05-24 11:20:37 · 5115 阅读 · 2 评论