Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingzhuo/carnival
my personal spring-boot starters.
https://github.com/yingzhuo/carnival
plugin spring spring-boot
Last synced: about 1 month ago
JSON representation
my personal spring-boot starters.
- Host: GitHub
- URL: https://github.com/yingzhuo/carnival
- Owner: yingzhuo
- License: apache-2.0
- Archived: true
- Created: 2017-11-13T00:05:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T23:10:24.000Z (over 2 years ago)
- Last Synced: 2024-09-19T12:04:38.674Z (about 2 months ago)
- Topics: plugin, spring, spring-boot
- Language: Java
- Homepage:
- Size: 3.94 MB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](http://img.shields.io/badge/License-Apache_2-red.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
[![JDK](http://img.shields.io/badge/JDK-v8.0-yellow.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![Build](http://img.shields.io/badge/Build-Maven_2-green.svg)](https://maven.apache.org/)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.yingzhuo/carnival.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.yingzhuo%22%20AND%20a:%22carnival%22)# Carnival
#### 要求
* Java 8+
* SpringBoot 2.3.0+#### 下载
* 推荐使用[maven](https://search.maven.org/search?q=carnival)
#### 安装最新的版本
```sh
git clone [email protected]:yingzhuo/carnival.git
mvn -f carnival/pom.xml clean install
```#### 用例
* carnival-spring-boot-starter-batch
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-batch-excel](https://github.com/yingzhuo/carnival-examples/tree/master/examples-batch-excel)* carnival-spring-boot-starter-captcha
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-captcha-stateful](https://github.com/yingzhuo/carnival-examples/tree/master/examples-captcha-stateful)
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-captcha-stateless](https://github.com/yingzhuo/carnival-examples/tree/master/examples-captcha-stateless)* carnival-spring-boot-starter-config
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-config](https://github.com/yingzhuo/carnival-examples/tree/master/examples-config)* carnival-spring-boot-starter-graphql
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-graphql](https://github.com/yingzhuo/carnival-examples/tree/master/examples-graphql)* carnival-spring-boot-starter-id
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-id-snowflake](https://github.com/yingzhuo/carnival-examples/tree/master/examples-id-snowflake)* carnival-spring-boot-starter-qrcode
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-qrcode](https://github.com/yingzhuo/carnival-examples/tree/master/examples-qrcode)* carnival-spring-boot-starter-security
* [https://github.com/yingzhuo/carnival-examples/tree/master/examples-security-jwt](https://github.com/yingzhuo/carnival-examples/tree/master/examples-security-jwt)#### 作者
* 应卓 - [github](https://github.com/yingzhuo)
#### 许可证
[Apache 2.0](LICENSE)