| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.dreamroute |
| Идентификатор | Идентификаторcors-spring-boot-starter |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеcors-spring-boot-starter
跨域配置
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Необязательный | jar | 2.4.0 |