Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 510 Bytes

File metadata and controls

23 lines (19 loc) · 510 Bytes

spring-cloud-parent

Add the parent

<parent>
	<groupId>com.github.taogen-lib</groupId>
	<artifactId>spring-cloud-parent</artifactId>
    <!-- -SNAPSHOT equals master-SNAPSHOT, main-SNAPSHOT for SNAPSHOT of the main branch-->
	<version>main-SNAPSHOT</version>
</parent>

Add the JitPack repository to your build file

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>