Skip to content

wxcmyx/spring-boot-quickstart-archetype

 
 

Repository files navigation

Spring Boot Quickstart Maven Archetype

Build Status License Status

Summary

The project is a Maven archetype for Spring Boot web application.

Installation

To install the archetype in your local repository execute following commands:

$ git clone https://github.com/suzel/spring-boot-quickstart-archetype.git
$ cd spring-boot-quickstart-archetype
$ mvn clean install

Create a project

$ mvn archetype:generate \
     -DarchetypeGroupId=com.github.spring-boot-archetypes \
     -DarchetypeArtifactId=spring-boot-quickstart \
     -DarchetypeVersion=1.0.0 \
     -DgroupId=com.company \
     -DartifactId=webapp \
     -Dversion=1.0.0-SNAPSHOT \
     -DinteractiveMode=false

Run the project

$ mvn test spring-boot:run

Test on the browser

http://localhost:8080/

Note: No additional services are required in order to start the application.

About

Spring Boot Maven Archetype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.8%
  • HTML 42.0%
  • JavaScript 4.7%
  • CSS 0.5%