# tools-springboot **Repository Path**: liviluo/tools-springboot ## Basic Information - **Project Name**: tools-springboot - **Description**: 按分支拆解的工具类集合 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-08 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: tools ## README #### 介绍 版本:spring boot 3.1.5 java 17+ 默认使用war包,可以部署到tomcat运行,也可以直接使用java -jar直接运行 一个功能模块独立一个分支,方便查看某一项功能的代码,结构和配置 #### 分支说明 分支:master 包括基础的web,内置tomcat,单元测试,热部署等。其他所有分支都继承此分支 #### 操作 用git克隆下来之后 建议先在pom.xml文件里修改项目名称 ### 更新 - spring boot版本已于2023年11月22日从2.6.2升级到3.1.5,jkd版本由最低11+升级到最低17+