Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunwu/dunwu-framework
🛠 JavaWeb 开发脚手架
https://github.com/dunwu/dunwu-framework
spring-boot
Last synced: 12 days ago
JSON representation
🛠 JavaWeb 开发脚手架
- Host: GitHub
- URL: https://github.com/dunwu/dunwu-framework
- Owner: dunwu
- License: apache-2.0
- Created: 2018-10-31T11:15:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:50:42.000Z (5 months ago)
- Last Synced: 2024-10-31T10:43:04.701Z (19 days ago)
- Topics: spring-boot
- Language: Java
- Homepage:
- Size: 22.6 MB
- Stars: 7
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dunwu-framework
> dunwu-framework 项目是一个 Java 脚手架项目。
[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Maven](https://img.shields.io/badge/maven--central-v3.5.4-blue)](https://maven.apache.org/ref/3.5.4/) [![Build Status](https://travis-ci.com/dunwu/dunwu-framework.svg?branch=master)](https://travis-ci.com/dunwu/dunwu-framework)
## 项目结构
- `dunwu-dependencies`:管理项目中所有常见 jar 包的版本。
- `dunwu-parent`:所有模块的父 pom,管理各种插件及构建。
- `dunwu-tool`:dunwu 工具包模块,对常见工具集进行二次封装,并提供一些通用工具类,旨在提高开发效能。
- `dunwu-boot`:在 Spring Boot 的基础上进行扩展,针对一些未覆盖的场景,提供 starter 包,以支持即开即用。