springboot2.0整合 Thymeleaf ,jsoup,将来继续整合springdata jpa

Spring boot开发web项目,一般打成jar包,使用内置的web服务器 Tomcat、Jetty、undertow 来运行。静态资源(css、js、图片等)默认放在resources/static下面。若是要修改默认存放目录,能够经过设置属性 spring.mvc.static-path-pattern来实现。javascript 模板文件默认放在 templates目录下。Spring
相关文章
相关标签/搜索