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

https://github.com/vazmin/vazmin-manage

管理平台通用支持
https://github.com/vazmin/vazmin-manage

angular spring-boot

Last synced: 5 months ago
JSON representation

管理平台通用支持

Awesome Lists containing this project

README

          

# vazmin-manage

管理平台支持、通用模块。用户角色管理、日志记录、权限控制等。


## How to use ##

使用这个依赖,你必须:
* maven 仓库需安装以下两个仓库:
```xml


com.github.vazmin.framework
core


com.github.vazmin.framework
web


```
你可以安装到本地仓库或者上传到私有仓库
```shell script
git clone https://github.com/vazmin/vazmin-framework.git
cd vazmin-framwork
mvn clean install
```

后续模块开发可借助[Code Generator](https://github.com/vazmin/code-generator)生成前后端代码。


## Structure
```
+-- vazmin-manage
| |
| +-- manage-context // common pojo
| |
| +-- manage-log-context // log pojo
| |
| +-- manage-simples // simples
| | |
| | +-- manage-simple-ngx // Ngx Simples
| |
| +-- manage-support // web support. controller, security, listener...
| |
| +-- manage-ui-ngx // frontend. ngx admin.

```