https://github.com/dunwu/dunwu-admin
https://github.com/dunwu/dunwu-admin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dunwu/dunwu-admin
- Owner: dunwu
- License: apache-2.0
- Created: 2021-03-10T14:36:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T01:28:03.000Z (almost 2 years ago)
- Last Synced: 2025-07-02T14:50:13.589Z (6 months ago)
- Language: Java
- Size: 8.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dunwu-boot
## 项目说明
## 技术栈
### 后端
> 后端服务器基于 Java 技术生态开发。
| 技术点 | 版本 | 说明 |
| ------------------------------------------------------------ | ------------- | ------------------------------------------------------------ |
| [Spring Boot](https://github.com/spring-projects/spring-boot) | 2.2.0.RELEASE | 开发框架 |
| [Mybatis Plus](https://github.com/baomidou/mybatis-plus) | 3.4.2 | [MyBatis-Plus](https://github.com/baomidou/mybatis-plus) 是一个 [MyBatis](http://www.mybatis.org/mybatis-3/) 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 |
| [Hutool](https://github.com/looly/hutool) | 5.2.5 | Java 工具类库 |
### 前端