Skip to content

A minimum code to bring up a REST endpoint in Spring Boot using Groovy

Notifications You must be signed in to change notification settings

kat-ausmus/spring-boot-bare-minimum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-bare-minimum

A minimum code to bring up a REST endpoint in Spring Boot using Groovy

  • install Gradle 4.1.0
  • install Java SDK 8
  • install Groovy 2.5.0-beta-1

to start up the REST endpoint type gradle bootrun

To see the sample output, in your browser, type: http://localhost:8080/ping

Output should be: { 'msg': 'I'm a sample endpoint.' }

You can start adding more code to the SampleController

About

A minimum code to bring up a REST endpoint in Spring Boot using Groovy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages