shopeasy-springboot/ ├── pom.xml └── src/main/ ├── java/com/shopeasy/ │ ├── ShopEasyApplication.java │ ├── config/ │ │ ├── SecurityConfig.java ← Spring Security setup │ │ └── DataInitializer.java ← ...
Spring Boot E-commerce backend with database integration using JPA and SQLite. Implements product and category management with REST APIs, entity relationships, and layered architecture. Supports CRUD ...