Skip to content

taogen-lib/spring-cloud-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published