2.2.5.RELEASE
| mybatis: |
| <dependency> |
| <groupId>org.mybatis.spring.boot</groupId> |
| <artifactId>mybatis-spring-boot-starter</artifactId> |
| <version>2.1.1</version> |
| </dependency> |
| jdbc: |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-jdbc</artifactId> |
| </dependency> |
| mysql: |
| <dependency> |
| <groupId>mysql</groupId> |
| <artifactId>mysql-connector-java</artifactId> |
| <version>8.0.33</version> |
| </dependency> |
| lombok: |
| <dependency> |
| <groupId>org.projectlombok</groupId> |
| <artifactId>lombok</artifactId> |
| </dependency> |
| web启动: |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-web</artifactId> |
| </dependency> |
| springsecurity: |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-security</artifactId> |
| </dependency> |
| springsecurity和thymeleaf整合: |
| <dependency> |
| <groupId>org.thymeleaf.extras</groupId> |
| <artifactId>thymeleaf-extras-springsecurity4</artifactId> |
| <version>3.0.5.RELEASE</version> |
| </dependency> |
| thymeleaf: |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.thymeleaf</groupId> |
| <artifactId>thymeleaf-spring5</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.thymeleaf.extras</groupId> |
| <artifactId>thymeleaf-extras-java8time</artifactId> |
| </dependency> |
| shiro: |
| <dependency> |
| <groupId>org.apache.shiro</groupId> |
| <artifactId>shiro-spring</artifactId> |
| <version>1.13.0</version> |
| </dependency> |
| shiro和thymeleaf整合: |
| <dependency> |
| <groupId>com.github.theborakompanioni</groupId> |
| <artifactId>thymeleaf-extras-shiro</artifactId> |
| <version>2.1.0</version> |
| </dependency> |
| swagger3和springboot: |
| <dependency> |
| <groupId>io.springfox</groupId> |
| <artifactId>springfox-boot-starter</artifactId> |
| <version>3.0.0</version> |
| </dependency> |
| mybatis-plus: |
| <dependency> |
| <groupId>com.baomidou</groupId> |
| <artifactId>mybatis-plus-boot-starter</artifactId> |
| <version>3.0.5</version> |
| </dependency> |
| 代码自动生成器: |
| <dependency> |
| <groupId>org.apache.velocity</groupId> |
| <artifactId>velocity-engine-core</artifactId> |
| <version>2.0</version> |
| </dependency> |
| aspectj: |
| <dependency> |
| <groupId>org.aspectj</groupId> |
| <artifactId>aspectjweaver</artifactId> |
| <version>1.9.4</version> |
| </dependency> |
| webmvc: |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-webmvc</artifactId> |
| <version>5.1.9.RELEASE</version> |
| </dependency> |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?