SpringBoot
A.杨大侠
生活不易,继续努力
展开
-
SpringBoot中 发送PUT DDELETE(Restful)请求
写一个过滤器 @Configuration public class HttpRequestConfig { @Bean public HiddenHttpMethodFilter hiddenHttpMethodFilter() { HiddenHttpMethodFilter hiddenHttpMethodFilter = new HiddenHttpM...原创 2019-12-20 18:49:50 · 326 阅读 · 0 评论 -
SpringBoot快速开发(一)如何配置并使用Thymeleaf
关于Thymeleaf的优点,我只说一条:JSTL是JSP使用,那么它可以在html中完全取代JSTL 1.在pom.xml文件中添加依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thyme...原创 2019-12-07 18:28:15 · 178 阅读 · 0 评论