摘要:
整合所需的依赖 注解方式和映射文件方式的mybatis都可以被整合进springboot 创建springboot的web项目后,在pom加入spring-mybatis和mysql-jdbc和thymeleaf架包依赖 <!-- https://mvnrepository.com/artifact 阅读全文
摘要:
Thymeleaf中显示ajax请求所需依赖 <!--所需依赖--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </de 阅读全文
摘要:
作用域对象request,session, servletContext中的数据在Thymeleaf中的显示都是相同的 作用域对象中的 List和Set的集合在html中的显示是相同的 作用域对象中的显示字符串或基本类型是相同的 springboot中怎样使用session? 方式一,使用注解@Se 阅读全文