springmvc
健身小白
这个作者很懒,什么都没留下…
展开
-
thymeleaf的配置
thymeleaf的配置 1、在springboto项目中使用thymeleaf标签,必须先添加依赖,如下。 org.springframework.boot spring-boot-starter-thymeleaf 2、在application.properties中配置一些常用的thymeleaf,如下。 spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.check-template-location=true sprin原创 2021-06-08 15:55:54 · 1175 阅读 · 0 评论 -
Idea 搭建springmvc(小白教程)
是时候总结下了,基础才是精华! 步骤: 通过IDEA新建Spring MVC项目 通过IDEA新建Spring MVC项目 点击next ,输入项目名及保存位置,finish后 IDEA会帮你下载需要的类库 idea生成的文件如下: 现在先了解下这些lib 的jar包吧:(大概搜索总结下) Spring AOP:Spring的面向切面编程,提供AOP(面向切面编程)的实现 Sp...原创 2020-04-15 00:12:25 · 2716 阅读 · 0 评论