摘要:
整体步骤: (1) 在pom.xml中引入thymeleaf; (2) 如何关闭thymeleaf缓存 (3) 编写模板文件.html Spring Boot默认就是使用thymeleaf模板引擎的,所以只需要在pom.xml加入依赖即可: <dependency> <groupId>org.spr 阅读全文
摘要:
Spring Boot默认的数据源是:org.apache.tomcat.jdbc.pool.DataSource 整体步骤: (1) —— Druid简单介绍,具体看官网; (2) —— 在pom.xml配置druid依赖包; (3) —— 配置application.properties加入数据 阅读全文