文件名称:springboot集成mybatis+shiro+thymeleaf
文件大小:19.39MB
文件格式:ZIP
更新时间:2020-10-16 15:45:57
springboot thymeleaf shiro mybatis
springboot集成mybatis+shiro+thymeleaf。只是个人做的小demo,@SpringBootApplication 和@RestController是一个组合注解。@RestController是组合了@ResponseBody&@Controller 注解分为元注解和组合注解。 注解又分为JAVA注解和Spring注解 在业务层建议使用Spring注解,配置使用JAVA注解~~ :sob: SpringBoot大量的注解是基于Spring4.x的