License |
License
MIT License
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices Feign Net HTTP Clients |
GroupId | GroupIdcom.github.mlk |
ArtifactId | ArtifactIdspring-boot-exceptions-feign |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Exceptions
Simple exceptions-to-Spring Boot web Exceptions
|
<!-- https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/ -->
<dependency>
<groupId>com.github.mlk</groupId>
<artifactId>spring-boot-exceptions-feign</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/
implementation 'com.github.mlk:spring-boot-exceptions-feign:1.1.4'
// https://jarcasting.com/artifacts/com.github.mlk/spring-boot-exceptions-feign/
implementation ("com.github.mlk:spring-boot-exceptions-feign:1.1.4")
'com.github.mlk:spring-boot-exceptions-feign:jar:1.1.4'
<dependency org="com.github.mlk" name="spring-boot-exceptions-feign" rev="1.1.4">
<artifact name="spring-boot-exceptions-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlk', module='spring-boot-exceptions-feign', version='1.1.4')
)
libraryDependencies += "com.github.mlk" % "spring-boot-exceptions-feign" % "1.1.4"
[com.github.mlk/spring-boot-exceptions-feign "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mlk : spring-boot-exceptions | jar | 1.1.48 |
io.github.openfeign : feign-core | jar | 9.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.1.RELEASE |