Skip to content

Spring Boot project for a REST test implementation.

Notifications You must be signed in to change notification settings

dmoutinho/bday-alert

Repository files navigation

Bday Alert

A simple CRUD to manage a birthday model: name and date. The model is stored in a MySQL or H2 database and made available through a REST API.

Prerequisites

Clone

git clone https://github.com/dmoutinho/bday-alert.git

Build

$ cd bday-alert
$ mvn clean install

Run

$ cd target
$ java -Dserver.port=9080 -jar bday-alert-0.0.1-SNAPSHOT.jar

Test

$ curl localhost:9080/birthday

References

About

Spring Boot project for a REST test implementation.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages