| License |
License |
|---|---|
| GroupId | GroupIdcom.github.WangJi92 |
| ArtifactId | ArtifactIdrpc-exception-core |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRpc Exception Handling Reference spring mvc Exception Handling @RpcServiceAdvice == @ControllerAdvice
@RpcServiceExceptionHandler == @ExceptionHandler is much easier to use
|
| Filename | Size |
|---|---|
| rpc-exception-core-1.0.1.pom | |
| rpc-exception-core-1.0.1.jar | 17 KB |
| rpc-exception-core-1.0.1-sources.jar | 12 KB |
| rpc-exception-core-1.0.1-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.WangJi92/rpc-exception-core/ -->
<dependency>
<groupId>com.github.WangJi92</groupId>
<artifactId>rpc-exception-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.WangJi92/rpc-exception-core/
implementation 'com.github.WangJi92:rpc-exception-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.WangJi92/rpc-exception-core/
implementation ("com.github.WangJi92:rpc-exception-core:1.0.1")
'com.github.WangJi92:rpc-exception-core:jar:1.0.1'
<dependency org="com.github.WangJi92" name="rpc-exception-core" rev="1.0.1">
<artifact name="rpc-exception-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.WangJi92', module='rpc-exception-core', version='1.0.1')
)
libraryDependencies += "com.github.WangJi92" % "rpc-exception-core" % "1.0.1"
[com.github.WangJi92/rpc-exception-core "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.WangJi92 : rpc-exception-spi | jar | 1.0.1 |
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | |
| org.slf4j : slf4j-api | jar |