There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
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>