Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 766 Bytes

File metadata and controls

32 lines (18 loc) · 766 Bytes

Portfolio

Check out my website

Portfolio Java web application that displays project statistics, with a traditional MVC architecture using Spring Boot controllers, models, and JTE templates for the view layer.

Tech Stack

  • Java 25

  • Spring Boot 3.5.7

  • Spring Web (REST controllers)

  • Spring JDBC (database access)

  • SQLite (lightweight file-based database)

  • database.db is the local database file, and it is not versioned. Templating:

  • JTE (Java Template Engine) 3.2.1 for server-side HTML rendering Build & Deployment:

  • Maven (build tool and dependency management)

  • GitHub Actions for CI/CD Additional Libraries:

  • Jackson (JSON processing with JSR310 datetime support)

  • Spring Boot DevTools (development tools)