赞
踩
重点:
0、回顾
1、修改SpringBoot的数据源Druid
2、配置Mybatis
3、配置PageHelper分页插件
重点解析:
0、回顾:
thymeleaf
基于html开发
导入pom依赖
application.yul配置是否使用缓存
html开发的相关指令
th:each=“xxx : ${users}”
th:text ${xxx。attr}
th:value
freemarker 需要配置freemarker模板 idea setting设置 导入pom依赖 application.yul配置 页面标签的介绍 取值、${xxx!] 非空判断<#if xxx?exist> 条件表达式 <#if xxx==?> ... <#elseif xxx==?> .. <#else> .. </#if> 循环 <#list xxxs as xxx> ... </#list> include <#include 'xx.ftl'> 全局变量和局部标量 <#grobal> .... </#grobal> <#assgin> ...
File–>New–>Project…
Spring Initializr
Maven Project
Web
Web
Core
Lombok
Aspects
DevTools
SQL
mybatis+jdbc+mysql
1.修改SpringBoot的数据源Druid(默认数据
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。