
Spring
文章平均质量分 81
陆益达
大道至简,深爱无言。
展开
-
使用multipart请求处理文件上传
很好的文章,赞。在开发Web应用程序时比较常见的功能之一,就是允许用户利用multipart请求将本地文件上传到服务器,而这正是Grails的坚固基石——SpringMVC其中的一个优势。Spring通过对ServletAPI的HttpServletRequest接口进行扩展,使其能够很好地处理文件上传。扩展后的接口名为org.springframework.web转载 2015-09-10 19:52:31 · 881 阅读 · 0 评论 -
Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.最近开始使用idea,上来就这么一个错误。搜索总结如下:我的依赖是这样的:provided 依赖只有在当JDK 或者一个容器已提供该依赖之后才使用。例如, 如果你开发了一个web 应用,你可能在编译cla...原创 2018-02-27 12:00:35 · 17711 阅读 · 2 评论 -
关于springboot +dataJpa 启动报错的 问题记录
关键错误:nested exception is java.lang.IllegalArgumentException: Not a managed type: class java.lang.Object详细错误:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with n...原创 2018-04-20 18:24:15 · 4668 阅读 · 0 评论