Hibernate auto-creates/updates the students table on startup (spring.jpa.hibernate.ddl-auto=update), so you don't need to manually write schema SQL for the base setup.
A production-style e-commerce REST API built with Spring Boot, featuring JWT-based authentication, role-based authorization, and a complete shopping flow from product catalog to order placement.