Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 576 Bytes

File metadata and controls

18 lines (15 loc) · 576 Bytes

SpringBoot-Projects

This contains tutorial projects for spring boot.

Project : CRUD-MySQL-Docker

This project displays basic CRUD operation in SpringBoot and connection to MYSQL with Docker deployment

Project : SpringBoot-H2-DB-Docker

This is a CRUD based Spring Bood application with connection to H2 DB and Docker

Project : SpringBootStructure

This is spring boot application which covers most of the spring topics like :

  1. AOP
  2. DAO
  3. Interceptors
  4. Scheduler
  5. Rest API
  6. JUNIT A good code base to cover all basic of spring.