Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.
/ spring-rest-demo Public archive

tinkering with building RESTful services with Spring Boot

License

Notifications You must be signed in to change notification settings

samkeen/spring-rest-demo

Repository files navigation

spring-rest-demo

Simple generic RESTful service built with Spring Boot

Build Status

Usage

create your ssl cert

$ keytool -keystore spring-rest-demo.jks -genkey -alias tomcat -keyalg RSA

create your local properties file

$ cp config/application.dist.yml config/application.yml

# supply values for <<place holders>> in config/application.yml

start the service

$ ./gradlew build

$ ./scripts/run-dev-server.sh build/libs/gs-rest-service-0.1.0.jar

In browser, navigate to https://localhost:9443/greeting?name=bob . You will need to approve use of the self signed ssl cert

About

tinkering with building RESTful services with Spring Boot

Resources

License

Stars

Watchers

Forks

Packages