2021年8月4日
摘要: 1、代码 package com.jay.controller; import com.jay.pojo.User; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; impo 阅读全文
posted @ 2021-08-04 16:55 邢帅杰 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml引入包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </depende 阅读全文
posted @ 2021-08-04 12:13 邢帅杰 阅读(31) 评论(0) 推荐(0) 编辑
摘要: A child container failed during start,我遇到的原因是引用javax.servlet-api的时候没有加scope <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-ap 阅读全文
posted @ 2021-08-04 10:59 邢帅杰 阅读(149) 评论(0) 推荐(0) 编辑