xinput-springboot-parent

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

License

License

GroupId

GroupId

com.github.xinput123
ArtifactId

ArtifactId

xinput-springboot-parent
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/xinput123/xinput-springboot-parent
Source Code Management

Source Code Management

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

Download xinput-springboot-parent

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.4