xsequence-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>xsequence-spring-boot-starter</artifactId>
<version>1.0.DB2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>xsequence</artifactId>
<groupId>com.pig4cloud.plugin</groupId>
<version>1.0.DB2</version>
</parent>
<packaging>jar</packaging>
<artifactId>xsequence-spring-boot-starter</artifactId>
<name>xsequence-spring-boot-starter</name>
<description>分布式序列号生成器</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<xsequence.version>1.0.DB2</xsequence.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.4.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>xsequence-core</artifactId>
<version>${xsequence.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>yjht</id>
<name>yjht</name>
<url>http://122.4.205.228:22081/repository/maven-releases/</url>
</repository>
</distributionManagement>
</project>