代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-data-ebean-spring-boot</artifactId>
<version>1.4.0.RELEASE</version>
<name>spring-data-ebean-spring-boot</name>
<description>Spring boot support for spring data ebean</description>
<packaging>pom</packaging>
<url>https://github.com/hexagonframework/spring-data-ebean-spring-boot</url>
<inceptionYear>2018</inceptionYear>
<organization>
<name>Hexagon Framework</name>
<url>https://github.com/hexagonframework</url>
</organization>
<developers>
<developer>
<id>xueguiyuan</id>
<name>Xuegui Yuan</name>
<email>yuanxuegui@163.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/hexagonframework/spring-data-ebean-spring-boot.git</url>
<connection>scm:git:git://github.com/hexagonframework/spring-data-ebean-spring-boot.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hexagonframework/spring-data-ebean-spring-boot.git
</developerConnection>
</scm>
<modules>
<module>spring-boot-starter-data-ebean</module>
<module>spring-boot-autoconfigure-data-ebean</module>
</modules>
<properties>
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
<spring-data-ebean.version>1.4.0.RELEASE</spring-data-ebean.version>
</properties>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.8</source>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.hexagonframework.data</groupId>
<artifactId>spring-data-ebean</artifactId>
<version>${spring-data-ebean.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-data-ebean</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>io.github.hexagonframework.boot</groupId>
<artifactId>spring-boot-starter-data-ebean</artifactId>
<version>${version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。