Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peacetrue/peacetrue-spring
Spring 框架扩展。
https://github.com/peacetrue/peacetrue-spring
spring spring-boot
Last synced: 4 days ago
JSON representation
Spring 框架扩展。
- Host: GitHub
- URL: https://github.com/peacetrue/peacetrue-spring
- Owner: peacetrue
- License: apache-2.0
- Created: 2022-03-05T23:13:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T22:40:12.000Z (about 1 year ago)
- Last Synced: 2023-10-03T07:01:02.420Z (about 1 year ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage:
- Size: 590 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= 概述
:website: https://peacetrue.github.io
:app-group: com.github.peacetrue.spring
:app-name: peacetrue-spring
:imagesdir: docs/antora/modules/ROOT/assets/imagesimage:https://img.shields.io/github/actions/workflow/status/peacetrue/{app-name}/main.yml?branch=master["GitHub Workflow Status",link="https://github.com/peacetrue/{app-name}/actions"]
image:https://snyk.io/test/github/peacetrue/{app-name}/badge.svg["Snyk",link="https://app.snyk.io/org/peacetrue"]
image:https://img.shields.io/testspace/tests/peacetrue/peacetrue:{app-name}/master["test space",link="https://peacetrue.testspace.com/"]
image:https://img.shields.io/codecov/c/github/peacetrue/{app-name}/master["Codecov",link="https://app.codecov.io/gh/peacetrue/{app-name}"]
image:https://img.shields.io/nexus/r/{app-group}/{app-name}-beans?label={app-name}&server=https%3A%2F%2Foss.sonatype.org%2F["{app-name}",link="https://central.sonatype.com/search?smo=true&q={app-group}"]//@formatter:off
== 简介(What)
{website}/{app-name}/[{app-name}] 是一个 Spring 扩展组件。
== 背景(Why)
基于 Spring 框架结合本地项目特色实现增强功能。
== 用法(How)
引用如下 Gradle 依赖:
[source%nowrap,gradle,subs="specialchars,attributes"]
----
implementation "{app-group}:{app-name}-beans:\{latest-version}"
implementation "{app-group}:{app-name}-data:\{latest-version}"
implementation "{app-group}:{app-name}-web:\{latest-version}"
implementation "{app-group}:{app-name}-operator:\{latest-version}"
implementation "{app-group}:{app-name}-signature:\{latest-version}"
----== 参与者(Who)
. peace([email protected])
== 活动(When)
初始提交于 2022-05-02,最近提交于 2022-11-01。
== 许可证(License)
https://github.com/peacetrue/{app-name}/blob/master/LICENSE[Apache License 2.0^]