1 Star 0 Fork 1

liurb-public / spring-boot-scaffold

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

spring-boot-scaffold

介绍

springboot开发手脚架,意在构建快速开发模块,主要分为 parent 父项目和 starter 模块:

  • parent 父项目,统一 springboot 项目中的软件包版本,分为 公共backend-parent 和 针对spring-cloudbackend-cloud-parent
  • starter 项目,按照组件分为不同的模块,模仿 spring-boot-starter-xxx

环境

项目使用 jdk21 和 springboot3.0

使用

本地使用方式,打包并安装以下项目 mvn package / mvn install :

  1. parent 项目
  2. starter 项目
  3. 新建的 springboot 项目分为引入所需 starter 模块,具体可见 demo 项目

已知问题

  1. 更新解决 mybatis-plus3.5.2.7-SNAPSHOT 版本适配 springboot3.0,启动 demo 项目时会报异常的问题
Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required
MIT License Copyright (c) 2022 Admin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

springboot 项目手脚架 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/liurb-public/spring-boot-scaffold.git
git@gitee.com:liurb-public/spring-boot-scaffold.git
liurb-public
spring-boot-scaffold
spring-boot-scaffold
master

搜索帮助