Skip to content

Practice spring boot application with REST endpoints, using reactive streams and mongodb

Notifications You must be signed in to change notification settings

alecc08/spring-boot-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot REST Build Status

Goal

The goal of this project is simply to play around with Spring Boot and create a small REST Api. Instead of using the spring-boot-starter parent project, I'm using the dependency management section to specify the BOM for spring boot dependencies.

Prerequisites

  • MongoDB. This project doesn't run an embedded mongodb server. You need to have your own and set the environment variables found in application.properties. You can get a free MongoDB at mlab.com for up to 500mb.

How to launch

To launch this app, simply run the following command

mvn spring-boot:run

About

Practice spring boot application with REST endpoints, using reactive streams and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages