Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 646 Bytes

This is a personalized framework designed to address issues such as development efficiency, with the aim of achieving plug-and-play functionality.

If you want to push your code to a private Maven repository, you can use the following command to modify the package name and groupId.

// projectGroup set new groupId
// projectVersion set ner version
// newPackageName set class new package name
gradle clean :cat-spring-boot-starter:publish -PprojectGroup=com.xxx -PprojectVersion=1.0.0-SNAPSHOT -PnewPackageName=com.xxx                                                                                                 ─╯