Spring Boot Course by Alura.
Learning how to create an API
with Spring Boot
.
I didn't configure the application for the deployment in any platform. So, the current way to execute the API is through
Main Application
: ForumApplication
and SpringBootAdminApplication
.
API with
standard features, such as:
API
documentation auto generated bySpring Fox (Swagger)
;API
with environment profiles, such as, test, dev and prod/API
with unitary tests;API
Admin Interface bySpring Boot Admin
;- Database integration through
ORM (Hibernate)
; JWT
authentication;End-points
with data validators withJava Beans Validators
;End-points
with cache system and pagination;End-points
and static resources with authentication polices and rules;Deploy
configuration withDocker
.
Concluded. There is no indicates for futures developments.
Created by antonioChristofoletti - feel free to contact me!