Skip to content

Simple spring boot rest api application that also uses Docker, lombok and lambda.

Notifications You must be signed in to change notification settings

BINPIPE/spring-boot-simple-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

Spring-boot-simple-rest-api

This is a simple Spring boot rest api application. Response will return a JSON that will contain candidates data which can be filtered by using a parameter (skill) via URL.

What you'll need

Java 11

Maven 3.3+

lombok

Docker CE

To start

To start this application, clone this repo (https://github.com/BINPIPE/spring-boot-simple-rest-api.git)

Build:

mvn install

And then run the Application class.

To run as a container (Docker)

build image (root directory of project):

docker build -f Dockerfile -t docker-spring-boot-api .

Run container:

docker run -p 8888:8888 docker-spring-boot-api

Screenshots

screenshot_1

screenshot_2

About

I started this project for fun which showcase a bit of Springboot, Java 11, Docker, lombok and lambda.

About

Simple spring boot rest api application that also uses Docker, lombok and lambda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%