An open API service indexing awesome lists of open source software.

https://github.com/dunwu/dunwu-admin


https://github.com/dunwu/dunwu-admin

Last synced: 5 months ago
JSON representation

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 工具类库 |

### 前端