License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdio.github.iruzhnikov |
ArtifactId | ArtifactIdspring-webflux-cors-properties-autoconfigure |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdds support CORS configurations from properties file
|
<!-- https://jarcasting.com/artifacts/io.github.iruzhnikov/spring-webflux-cors-properties-autoconfigure/ -->
<dependency>
<groupId>io.github.iruzhnikov</groupId>
<artifactId>spring-webflux-cors-properties-autoconfigure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iruzhnikov/spring-webflux-cors-properties-autoconfigure/
implementation 'io.github.iruzhnikov:spring-webflux-cors-properties-autoconfigure:1.1.0'
// https://jarcasting.com/artifacts/io.github.iruzhnikov/spring-webflux-cors-properties-autoconfigure/
implementation ("io.github.iruzhnikov:spring-webflux-cors-properties-autoconfigure:1.1.0")
'io.github.iruzhnikov:spring-webflux-cors-properties-autoconfigure:jar:1.1.0'
<dependency org="io.github.iruzhnikov" name="spring-webflux-cors-properties-autoconfigure" rev="1.1.0">
<artifact name="spring-webflux-cors-properties-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iruzhnikov', module='spring-webflux-cors-properties-autoconfigure', version='1.1.0')
)
libraryDependencies += "io.github.iruzhnikov" % "spring-webflux-cors-properties-autoconfigure" % "1.1.0"
[io.github.iruzhnikov/spring-webflux-cors-properties-autoconfigure "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.iruzhnikov : spring-webflux-cors-properties | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework : spring-webflux | jar | |
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test | jar | |
org.springframework.boot : spring-boot-test-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-webflux | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.security : spring-security-test | jar | |
javax.servlet : javax.servlet-api | jar | |
org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |