Skip to content

taogen-lib/spring-boot-3-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-3-parent

Add the parent

<parent>
    <groupId>com.github.taogen-lib</groupId>
    <artifactId>spring-boot-3-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>

Check for updated dependencies in repository

# Display new versions
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
# Update dependency versions from properties
mvn versions:update-properties
# Update the parent version
mvn versions:update-parent 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published