License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdorg.bremersee |
ArtifactId | ArtifactIdcommon-exception-spring-boot-autoconfigure |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Exception Spring Boot Autoconfiguration
This project contains Spring Boot Autoconfiguration for Common Exception Handling.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.bremersee/common-exception-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>common-exception-spring-boot-autoconfigure</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/common-exception-spring-boot-autoconfigure/
implementation 'org.bremersee:common-exception-spring-boot-autoconfigure:0.0.1'
// https://jarcasting.com/artifacts/org.bremersee/common-exception-spring-boot-autoconfigure/
implementation ("org.bremersee:common-exception-spring-boot-autoconfigure:0.0.1")
'org.bremersee:common-exception-spring-boot-autoconfigure:jar:0.0.1'
<dependency org="org.bremersee" name="common-exception-spring-boot-autoconfigure" rev="0.0.1">
<artifact name="common-exception-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='common-exception-spring-boot-autoconfigure', version='0.0.1')
)
libraryDependencies += "org.bremersee" % "common-exception-spring-boot-autoconfigure" % "0.0.1"
[org.bremersee/common-exception-spring-boot-autoconfigure "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
javax.validation : validation-api | jar | |
org.bremersee : common-exception-spring-webmvc Optional | jar | 0.0.1 |
org.bremersee : common-exception-spring-webflux Optional | jar | 0.0.1 |
org.bremersee : common-exception-feign Optional | jar | 0.0.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
io.projectreactor : reactor-test | jar | |
org.springframework.boot : spring-boot-starter-validation | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-webflux | jar | |
org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
io.github.openfeign : feign-okhttp | jar | |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |