-
spring-boot + mybatis + mysql+shiro 整合
摘要:参考地址 https://blog.csdn.net/clj198606061111/article/details/82948757 https://blog.csdn.net/ityouknow/article/details/73836159
阅读全文
-
springboot 使用mysql(mybatis)
摘要:添加mysql依赖项 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> </dependency> database.propert
阅读全文
-
Springboot+Mybatis+Thymeleaf
摘要:工具Eclipse 2018 Maven 配置 ThymeLeaf 安装: https://blog.csdn.net/xingqibaing/article/details/82787164 spring项目创建:https://www.cnblogs.com/LUA123/p/8110285.h
阅读全文
|