Skip to content

valdemarjuniorr/spring-boot-maven-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-maven-archetype

This archetype will create a project with:

and java source code format is using google-java-format to comply with Google Java Style.

How to use

Clone the project:

$ git clone [email protected]:valdemarjuniorr/spring-boot-maven-archetype.git

in the same folder the command was executed:

$ cd spring-boot-maven-archetype
$ mvn install

and then to creating a new Spring Boot project is easy as ever. Simply copy the command below:

$ mvn archetype:generate -B -DarchetypeArtifactId=ms-spring-boot-template \
  -DarchetypeGroupId=com.valdemarjuniorr \
  -DgroupId={GROUP_ID} \
  -DartifactId={ARTIFACT_ID}

change GROUP_ID and ARTIFACT_ID and run. The project it will be generated in current folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published