Spring-boot
文章平均质量分 79
张长弓
这个作者很懒,什么都没留下…
展开
-
搭建Spring-boot问题1
1.添加父依赖的时候报错; 2.查看报错原因:这里的错误大致意思是说我用的maven远程仓库没有spring-boot-starter-parent-1.5.19这个版本: Project build error: Non-resolvable parent POM for com.zpf.parent:cloth_parent:0.0.1-SNAPSHOT: Failure to find o...原创 2019-01-04 10:39:18 · 290 阅读 · 0 评论 -
springboot踩坑篇-01--@EnableWebMvc注解和@EnableAutoConfiguration 注解
springboot踩坑篇-01 springboot踩坑篇-01–@EnableWebMvc注解和@EnableAutoConfiguration 注解 问题出现 最近项目在用springboot开发,项目当中要用到spring的拦截器; import java.util.Date; import javax.servlet.http.HttpServletRequest; import jav...原创 2019-04-17 11:23:22 · 1101 阅读 · 0 评论 -
Springboot整合UEditor
啰嗦: 最近的项目(springboot项目)当中需要用到百度编辑器UEditor,发现springboot无法直接集成UEditor,其中很多功能用不了,例如上传图片。分析了下原因.UEditor的config.js配置文件在springboot项目目录下无法读到对应的配置文件。 解决问题(图片上传) 前端页面代码 1.1引入UEditor <linkr...原创 2019-04-30 17:38:59 · 1109 阅读 · 0 评论