
spring boot
apache_catalina
性格开朗
展开
-
spring boot 基本依赖引入
1.基础核心依赖 org.springframework.boot spring-boot-starter-parent 1.5.1.RELEASE2.web应用依赖 org.springframework.boot spring-boot-starter-web原创 2017-12-12 14:35:07 · 11557 阅读 · 0 评论 -
spring boot 基本注解
1.开启注解扫描 在 SpringBootApplication 上使⽤@ServletComponentScan2.servlet 注解@WebServletpublic class HelloServlet extends HttpServlet{ @Override protected void doGet(HttpServletRequest req, HttpS原创 2017-12-12 17:33:06 · 303 阅读 · 0 评论 -
spring boot org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决
运行以前的一个项目,数据库使用的是mybatis plus ,它对mybatis 做了一些增强,所以在遇到标题的问题解决方法差不多。其实问题异常信息已经说清楚了,其实接口和xml文件之间的问题,这篇博主很好的解释了这个问题https://blog.youkuaiyun.com/sundacheng1989/article/details/81630370我遇到的不是这个问题,我的是spring b...原创 2019-05-24 11:04:46 · 270 阅读 · 0 评论