Last Version

spring-boot-admin 1.0.0.RELEASE

开箱即用的spring boot项目监控方案

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.frog-warm
ArtifactId

ArtifactId

spring-boot-admin
Version

Version

1.0.0.RELEASE
Type

Type

pom
Description

Description

spring-boot-admin
开箱即用的spring boot项目监控方案
Project URL

Project URL

https://github.com/frog-warm/spring-boot-admin
Source Code Management

Source Code Management

https://github.com/frog-warm/spring-boot-admin

Download spring-boot-admin 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/ -->
<dependency>
    <groupId>com.github.frog-warm</groupId>
    <artifactId>spring-boot-admin</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/
implementation 'com.github.frog-warm:spring-boot-admin:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/
implementation ("com.github.frog-warm:spring-boot-admin:1.0.0.RELEASE")
'com.github.frog-warm:spring-boot-admin:pom:1.0.0.RELEASE'
<dependency org="com.github.frog-warm" name="spring-boot-admin" rev="1.0.0.RELEASE">
  <artifact name="spring-boot-admin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frog-warm', module='spring-boot-admin', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.frog-warm" % "spring-boot-admin" % "1.0.0.RELEASE"
[com.github.frog-warm/spring-boot-admin "1.0.0.RELEASE"]

Dependencies

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.4.RELEASE

Project Modules

  • admin-common
  • admin-server
  • admin-client
  • admin-client-starter