Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeybling/base-boot
基于SpringBoot的基础服务
https://github.com/joeybling/base-boot
mybatis spring springboot
Last synced: 3 days ago
JSON representation
基于SpringBoot的基础服务
- Host: GitHub
- URL: https://github.com/joeybling/base-boot
- Owner: JoeyBling
- License: mit
- Created: 2021-07-27T03:21:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T07:10:52.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:25:40.129Z (7 months ago)
- Topics: mybatis, spring, springboot
- Language: Java
- Homepage: http://bootplus.diandianys.com/
- Size: 320 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# base-boot
------------------
## 介绍
基于SpringBoot的基础服务
## 线上预览
## 项目结构
```
ROOT
├── support -- 项目相关文件
│
├── App -- 项目启动类
│
├── common -- 公用模块
| ├── enums -- 枚举工具类
├── resources
```## 技术选型
- 核心框架:`Spring Boot 2.7.x`