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

https://github.com/huang6349/erupt-start

企业级中后台管理系统的全栈解决方案
https://github.com/huang6349/erupt-start

Last synced: about 2 months ago
JSON representation

企业级中后台管理系统的全栈解决方案

Awesome Lists containing this project

README

        

# erupt-start

[![](https://img.shields.io/badge/gradle-5.6.4-02303a.svg?style=flat-square)](https://github.com/gradle/gradle)
[![](https://img.shields.io/badge/java-1.8.0-fb9d40.svg?style=flat-square)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)

企业级中后台管理系统的全栈解决方案

```sql
-- 创建数据库
create database `DB_ERUPT` default character set utf8mb4 collate utf8mb4_general_ci;
```