wb.ouyang

毕竟几人真得鹿,不知终日梦为鱼

导航

2020年11月15日 #

SpringBoot集成Thymeleaf及使用

摘要: 目录: 1、认识thymeleaf2、SpringBoot集成Thymeleaf环境配置3、标准变量表达式 ${} 和 th:text4、选择变量表达式 *{} 和 th:object5、链接(URL)表达式 和 th:href6、th标签之th:action7、th标签之th:each8、其他th 阅读全文

posted @ 2020-11-15 16:37 wenbin_ouyang 阅读(12662) 评论(1) 推荐(2)

SpringBoot集成MyBatis以及配置事务,xml也打进war包,tomcat部署war

摘要: 目录: 1、SpringBoot集成MyBatis2、SpringBoot配置事务3、demo3.1、项目结构3.2、代码3.3、本地启动3.4、打成war部署到tomcat 1、SpringBoot集成MyBatis <--返回目录 另外可以参考:Spring Security(一)自定义表单及认 阅读全文

posted @ 2020-11-15 16:32 wenbin_ouyang 阅读(415) 评论(0) 推荐(0)

SpringBoot集成使用JSP

摘要: 项目结构 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文

posted @ 2020-11-15 15:58 wenbin_ouyang 阅读(121) 评论(0) 推荐(0)