
SpringBoot
文章平均质量分 58
夏日苳夜
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot+Generator+Mybatis+Druid+Pagehelper+Swagger2
SpringBoot+Mybatis-Generator+Mybatis+Druid+Pagehelper+Swagger2环境搭建一、创建项目二、添加依赖三、application.properties(改为application.yml)文件配置四、集成代码逆向生成插件mybatis-generator五、集成mybatis六、集成Druid七、集成Pagehelper分页插件八、集成Swag...原创 2018-11-15 15:19:38 · 955 阅读 · 0 评论 -
SpringBoot项目报错: Cause: java.lang.NullPointerException] with root cause
在集成SpringBoot框架的过程中,遇到的错误,记录下解决办法。如果有需要,可以看我之前的博客,了解一下SpringBoot框架如何集成代码逆向生成插件generator、集成mybatis持久层框架、配置Druid数据源等。SpringBoot+Mybatis-Generator+Mybatis+Druid+Pagehelper+Swagger2环境搭建报错:2018-11-02 1...原创 2018-11-23 10:44:01 · 13664 阅读 · 0 评论 -
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request p
背景:SpringBoot项目启动成功,访问API时报错。控制台错误如下:2018-12-04 14:41:28.757 ERROR 26496 --- [nio-8090-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in conte...原创 2018-12-04 15:13:35 · 61604 阅读 · 27 评论