A collection of Spring Boot projects created while studying Full Stack Software Development at Haaga-Helia UAS.
This repository contains various Spring Boot applications demonstrating different aspects of backend development:
- HelloTest: Simple Spring Boot web application with basic controllers and routing
- HelloList: Student listing using Thymeleaf templating
- HelloThymeleaf: Thymeleaf example with conditional rendering
- StudentList: Student management with JPA and H2 database
- StudentListRest: Student management with RESTful API endpoints
- BookStore: Book management application (in development)
- Java
- Spring Boot
- Spring MVC
- Spring Data JPA
- Thymeleaf
- H2 Database
- RESTful APIs
Each project can be run independently. Navigate to the project directory and use:
mvn spring-boot:run
See individual project README files for specific instructions.