Skip to content

Commit

Permalink
发布中央仓库并更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaojin committed Aug 5, 2022
1 parent 58bf980 commit f665522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[![vAPppF.jpg](https://s1.ax1x.com/2022/08/01/vAPppF.jpg)](https://imgtu.com/i/vAPppF)

![](https://img.shields.io/github/license/feiniaojin/graceful-response)
![](https://img.shields.io/github/license/feiniaojin/graceful-response)
[![GitHub stars](https://img.shields.io/github/stars/feiniaojin/graceful-response)](https://github.com/feiniaojin/graceful-response/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/feiniaojin/graceful-response)](https://github.com/feiniaojin/graceful-response/network)
![](https://img.shields.io/github/issues/feiniaojin/graceful-response)
![Maven Central](https://img.shields.io/maven-central/v/com.feiniaojin.ddd.ecosystem/graceful-response)

# 一、简介
Graceful Response是一个Spring Boot体系下的优雅响应处理器。
Expand Down Expand Up @@ -267,7 +270,7 @@ public class GracefulResponseConfig extends AbstractExceptionAliasRegisterConfig

第一步:引入maven依赖

目前由于作者比较忙,还没有来得及上传至maven中央仓库,可以克隆源码进行编译,然后直接引入到项目中
**graceful-response**已发布至maven中央仓库,可以直接引入到项目中,maven依赖如下:

```xml
<dependency>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,10 @@
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>maven-center-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>maven-center-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/com.example.service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit f665522

Please sign in to comment.