<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.3.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<parent>
<groupId>com.github.xinput123</groupId>
<artifactId>xinput-springboot-parent</artifactId>
<version>1.0.4</version>
<relativePath/>
</parent>