Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 402 Bytes

SpringBoot common tools

This project has the purpose to show how to do the most simple operations in SpringBoot such as:

  • How to create a REST API in SpringBoot
  • How to create a HTTP Interceptors
  • How to create a HTTP Filter
  • How to create different profiles properties
  • Database Persistence with three famous DBMS: PostgreSQL, MariaDB and Microsoft Sql Server
  • Kafka
  • Spring security