Sam Millington 80a30cf9c6 [BAEL-17492] Add README descriptions 8 (#7840)
* [BAEL-17492] Add README descriptions 8

* Small changes

* monospaced the word
2019-09-27 07:54:57 -06:00

606 B

Spring Jenkins

This module contains articles about Spring with Jenkins

Relevant articles

Basic CRUD API with Spring Boot

This is the code of a simple API for some CRUD operations build using Spring Boot.

Requirements

  • Maven
  • JDK 8
  • MongoDB

Running

To build and start the server simply type

$ mvn clean install
$ mvn spring-boot:run -Dserver.port=8989

Now with default configurations it will be available at: http://localhost:8080

Enjoy it :)