Fork me on Github
摘要: 一、pom.xml 1 <!--Thymeleaf--> 2 <dependency> 3 <groupId>org.thymeleaf</groupId> 4 <artifactId>thymeleaf-spring5</artifactId> 5 <version>3.0.15.RELEASE< 阅读全文
posted @ 2022-03-10 23:57 昂昂呀 阅读(391) 评论(0) 推荐(0)
摘要: web.xml: 1 <!--配置HiddenHttpMethodFilter--> 2 <filter> 3 <filter-name>HiddenHttpMethodFilter</filter-name> 4 <filter-class>org.springframework.web.filt 阅读全文
posted @ 2022-03-10 23:56 昂昂呀 阅读(74) 评论(0) 推荐(0)