Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 512 Bytes

Java-Spring-Boot

Implementing sample full-stack web application using Java and Spring Boot. Used Spring MVC framework, and also have added relevant spring testing.

Demo Project: Project created to learn and test Spring boot application. Project provides basic operations, front-end with h2 database connection. Provides CRUD operations.

  1. Spring MVC implemented using Spring boot.
  2. Spring Testing includes:
    • Junit Testing
    • Hamcrest
    • Mockito Testing
    • Integration testing
    • Web Integration Testing