xinput-springboot-parent

这是一个父类的springboot项目,为了使引入的springboot版本保持一致

Лицензия

Лицензия

Группа

Группа

com.github.xinput123
Идентификатор

Идентификатор

xinput-springboot-parent
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

xinput-springboot-parent
这是一个父类的springboot项目,为了使引入的springboot版本保持一致
Ссылка на сайт

Ссылка на сайт

https://github.com/xinput123/xinput-springboot-parent
Система контроля версий

Система контроля версий

https://github.com/xinput123/xinput-springboot-parent

Скачать xinput-springboot-parent

Имя Файла Размер
xinput-springboot-parent-1.0.4.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/ -->
<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>xinput-springboot-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/
implementation 'com.github.xinput123:xinput-springboot-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/
implementation ("com.github.xinput123:xinput-springboot-parent:1.0.4")
'com.github.xinput123:xinput-springboot-parent:pom:1.0.4'
<dependency org="com.github.xinput123" name="xinput-springboot-parent" rev="1.0.4">
  <artifact name="xinput-springboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='xinput-springboot-parent', version='1.0.4')
)
libraryDependencies += "com.github.xinput123" % "xinput-springboot-parent" % "1.0.4"
[com.github.xinput123/xinput-springboot-parent "1.0.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

xinput-springboot-parent

统一springboot的父类版本

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-dependencies</artifactId>
    <version>2.1.3.RELEASE</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

在Maven中使用

<parent>
    <groupId>com.github.xinput123</groupId>
    <artifactId>xinput-springboot-parent</artifactId>
    <version>1.0.4</version>
    <relativePath/>
</parent>

Версии библиотеки

Версия
1.0.4