Skip to content

lucke-01/simple-springboot-rest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Proyect Service REST to access to product prices using a set of rules.

Access to h2 and swagger

http://localhost:8080/swagger-ui.html#/

http://localhost:8080/h2-console

Date example format

2020-06-14T10:00:00.000Z

Interested Stack to be mentioned

swagger open api

In order create an usable and documented REST API

LiquidBase

In order to database changes and initialization.

MapStrut

In order to convert entities in data transfer object improving performance

EhCache

In order to caching in service layer.

Junit + Mockito

In order unit test.

MockMVC

In order to Integration test.

Lombok

In order to avoid to implement getter and setter equals toString and so on...

Spring data JPA

In order to using JPA create queries in a easier way.

About

a simple example of springboot rest use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages