https://github.com/wayshall/zifish-plugins
zifish-plugins
https://github.com/wayshall/zifish-plugins
Last synced: about 1 year ago
JSON representation
zifish-plugins
- Host: GitHub
- URL: https://github.com/wayshall/zifish-plugins
- Owner: wayshall
- License: apache-2.0
- Created: 2019-02-21T03:45:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T03:03:18.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T08:42:43.006Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zifish 插件项目
------
zifish 快速开发框架的插件
spring-boot技术联系邮箱: wayshall@qq.com
## 环境要求
- JDK8+
- 对应版本的[zifish](https://github.com/wayshall/onetwo)
## maven
当前snapshot版本:**4.7.4-SNAPSHOT**
若使用snapshot版本,请添加snapshotRepository仓储:
```xml
oss
https://oss.sonatype.org/content/repositories/snapshots/
true
```
## 示例项目
基于zifish的后台管理示例项目:
[web-manager](https://github.com/wayshall/onetwo-web-manager)