spring-boot-starter-manager-server-sample
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.weimin96</groupId> <artifactId>spring-boot-starter-manager-server-sample</artifactId> <version>1.1.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.weimin96</groupId> <artifactId>spring-boot-starter-manager-server-sample</artifactId> <version>1.1.5</version> <name>spring-boot-starter-manager-server-sample</name> <description>spring-boot-starter-server-manager 基于springboot的分布式的服务监控管理组件</description> <url>https://github.com/weimin96/spring-boot-starter-server-manager/spring-boot-starter-manager-sample/spring-boot-starter-manager-server-sample</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>weimin96</name> <email>735313582@qq.com</email> <organization>github.com:weimin96</organization> <timezone>+8</timezone> </developer> </developers> <scm> <connection>scm:git@github.com:weimin96/spring-boot-starter-server-manager.git/spring-boot-starter-manager-sample/spring-boot-starter-manager-server-sample</connection> <developerConnection>scm:git@github.com:weimin96/spring-boot-starter-server-manager.git/issues/spring-boot-starter-manager-sample/spring-boot-starter-manager-server-sample</developerConnection> <url>https://github.com/weimin96/spring-boot-starter-server-manager/spring-boot-starter-manager-sample/spring-boot-starter-manager-server-sample</url> </scm> <dependencies> <dependency> <groupId>io.github.weimin96</groupId> <artifactId>spring-boot-starter-manager-server</artifactId> <version>1.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>2.7.18</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.30</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> </releases> <id>public</id> <name>aliyun nexus</name> <url>https://maven.aliyun.com/repository/public</url> </repository> </repositories> </project>