
springboot
文章平均质量分 82
冯小鸟的探戈
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Apache Shiro(三)shiro+SpringBoot+Mybatis-plus
shiro+SpringBoot+Mybatis-plus一、pom.xml二、application.properties三、shiro的配置文件四、html文件五、后端各层文件六、将项目改造成前后端完全分离 首先创建springboot项目,导入相关依赖。 项目结构: 访问流程: 项目启动类: @SpringBootApplication @MapperScan(value = "com.fy.dao") public class SbMyShiroApplication { public stat原创 2021-04-08 11:20:58 · 1279 阅读 · 7 评论 -
springboot(二)--------定时任务\swagger2\thymeleaf
定时任务\swagger2\thymeleaf一、定时任务1、为什么使用定时任务2、定时有关注解3、需要的依赖包4、时间转换的网站5、示例二、Swagger2(api文档生成器)1、作用2、需要的依赖3、常用注释4、示例三、thymeleaf模板引擎1、什么是thymeleaf2、为什么使用thymeleaf3、导入依赖包4、在html页面中引入标签库5、示例 一、定时任务 1、为什么使用定时任务 从业务场景看,当我们在淘宝买东西时,付完款,会出现一段时间如果没有付款,就会自动取消订单,这里肯定不能让人工原创 2021-03-30 22:13:40 · 609 阅读 · 0 评论 -
SpringBoot的逆向工程
SpringBoot+mybatis的逆向工程项目结构pom.xml中的jar包逆向工程的配置文件逆向工程运行 项目结构 pom.xml中的jar包 <?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-instance" xsi:schemaLocation原创 2021-03-30 11:02:24 · 283 阅读 · 0 评论