
springboot
懒水獭
懒人推动技术进步
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet
java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet spring boot1.4.7 基于maven,配置tomcat7.0.69遇到这个异常 原因是spring boot 1.4.7默认tomcat是tomcat8,改为tomcat7,导致版本冲突, 解决方式是:加入exclus...原创 2017-10-26 15:59:51 · 550 阅读 · 0 评论 -
springboot的web开发springmvc+jsp
springboot+maven+springmvc+jsp实现web开发,页面跳转 参考:https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-jsp 核心代码: pom.xml <parent> ...原创 2017-10-27 10:41:47 · 510 阅读 · 0 评论 -
springboot1.4.7例子
pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache...原创 2017-10-31 10:15:53 · 377 阅读 · 0 评论