Skip to content

cristiangreco/spring-boot-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

Spring Boot boilerplate

Quick start for Spring Boot and Gradle.

CI

How to build

Build with Gradle wrapper:

$ ./gradlew clean build

How to run

Run with Gradle wrapper:

$ ./gradlew bootRun

Or run it as an executable jar:

$ java -jar build/libs/spring-boot-boilerplate-0.1.0.jar

Testing with Curl

$ curl http://localhost:8080/hello
{"message":"Hello, World!"}

About

Starter project to develop REST APIs with Spring Boot and Gradle

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages