<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>cors-spring-boot-starter</artifactId>
<version>latest.version</version>
</dependency>
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdcors-spring-boot-starter |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncors-spring-boot-starter
跨域配置
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/cors-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>cors-spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/cors-spring-boot-starter/
implementation 'com.github.dreamroute:cors-spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/cors-spring-boot-starter/
implementation ("com.github.dreamroute:cors-spring-boot-starter:1.0-RELEASE")
'com.github.dreamroute:cors-spring-boot-starter:jar:1.0-RELEASE'
<dependency org="com.github.dreamroute" name="cors-spring-boot-starter" rev="1.0-RELEASE">
<artifact name="cors-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='cors-spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "cors-spring-boot-starter" % "1.0-RELEASE"
[com.github.dreamroute/cors-spring-boot-starter "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.4.0 |
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>cors-spring-boot-starter</artifactId>
<version>latest.version</version>
</dependency>