| License |
License |
|---|---|
| GroupId | GroupIdms.dew |
| ArtifactId | ArtifactIdboot-starter |
| Last Version | Last Version2.0.0-rc |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description1.2.0 Dew Boot Starter
Spring Boot 功能扩展
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| boot-starter-2.0.0-rc.pom | |
| boot-starter-2.0.0-rc.jar | 80 KB |
| boot-starter-2.0.0-rc-sources.jar | 54 KB |
| boot-starter-2.0.0-rc-javadoc.jar | 373 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ms.dew/boot-starter/ -->
<dependency>
<groupId>ms.dew</groupId>
<artifactId>boot-starter</artifactId>
<version>2.0.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/ms.dew/boot-starter/
implementation 'ms.dew:boot-starter:2.0.0-rc'
// https://jarcasting.com/artifacts/ms.dew/boot-starter/
implementation ("ms.dew:boot-starter:2.0.0-rc")
'ms.dew:boot-starter:jar:2.0.0-rc'
<dependency org="ms.dew" name="boot-starter" rev="2.0.0-rc">
<artifact name="boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ms.dew', module='boot-starter', version='2.0.0-rc')
)
libraryDependencies += "ms.dew" % "boot-starter" % "2.0.0-rc"
[ms.dew/boot-starter "2.0.0-rc"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ecfront.dew : common | jar | 1.5.0 |
| ms.dew : notification | jar | 2.0.0-rc |
| ms.dew : cluster-common | jar | 2.0.0-rc |
| ms.dew : cluster-spi-redis Optional | jar | 2.0.0-rc |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
| org.springframework.boot : spring-boot-starter-webflux | jar | 2.1.3.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.1.3.RELEASE |
| io.micrometer : micrometer-registry-prometheus | jar | 1.1.3 |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.6 |
| org.springframework.cloud : spring-cloud-commons Optional | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-starter-mail Optional | jar | 2.1.3.RELEASE |
| com.google.guava : guava | jar | 20.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ms.dew : cluster-common-test | jar | 2.0.0-rc |
| ms.dew : test-starter | jar | 2.0.0-rc |