SpringBoot入门学习(三) ----集成thymleaf ,集成Mybatis,集成Mybatis-Plus
SpringBoot集成thymleafspringboot不推荐使用JSP,SpringBoot官方推荐使用的模版是Thymeleaf,FreeMarker,Groovy当我们使用上述模板引擎中的任何一个,SpringBoot默认的模板配置路径为:src/main/resources/templates。使用模版的时候我们需要在配置文件中添加几条配置,SpringBoot自动会读取默认的配置文件