Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingzhuo/spring-turbo-modules
another spring-boot starter
https://github.com/yingzhuo/spring-turbo-modules
bytecode captcha java jwt-authentication qrcode-generator rest-client rest-template servlet spring spring-boot spring-boot-starter spring-security string-template utility-library web
Last synced: 3 months ago
JSON representation
another spring-boot starter
- Host: GitHub
- URL: https://github.com/yingzhuo/spring-turbo-modules
- Owner: yingzhuo
- License: apache-2.0
- Created: 2021-12-04T10:39:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T08:54:39.000Z (4 months ago)
- Last Synced: 2024-08-28T10:12:37.487Z (4 months ago)
- Topics: bytecode, captcha, java, jwt-authentication, qrcode-generator, rest-client, rest-template, servlet, spring, spring-boot, spring-boot-starter, spring-security, string-template, utility-library, web
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## spring-turbo-modules
[![Maven Central](https://img.shields.io/maven-central/v/com.github.yingzhuo/spring-turbo-modules.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.yingzhuo%22%20AND%20a:%22spring-turbo-modules%22)
### 需要
| 软件 | 版本 |
|-----------------|--------|
| JDK | 17+ |
| Maven | 3.6.3+ |
| SpringFramework | 6.0.0+ |
| SpringBoot | 3.0.0+ |
| SpringSecurity | 6.0.0+ |### 安装 (Maven)
```xml
com.github.yingzhuo
spring-turbo
LATESTcom.github.yingzhuo
spring-turbo-module-configuration
LATESTcom.github.yingzhuo
spring-turbo-module-misc
LATESTcom.github.yingzhuo
spring-turbo-module-security
LATESTcom.github.yingzhuo
spring-turbo-module-webcli
LATESTcom.github.yingzhuo
spring-turbo-module-webmvc
LATESTcom.github.yingzhuo
spring-turbo-module-jwt
LATESTcom.github.yingzhuo
spring-turbo-module-jackson
LATEST```
### 安装 (Source Code)
```bash
# main分支就是开发分支
git clone [email protected]:yingzhuo/spring-turbo-modules.git
cd spring-turbo-modules/
mvn install
```### 关联项目
* [spring-turbo](https://github.com/yingzhuo/spring-turbo)
* [spring-turbo-modules](https://github.com/yingzhuo/spring-turbo-modules)### Examples
* [spring-turbo-examples](https://github.com/yingzhuo/spring-turbo-examples)
### Issues
* [Github Issues](https://github.com/yingzhuo/spring-turbo-modules/issues)
### 许可证
* [Apache-2.0](./LICENSE.txt)