Spring Boot

Spring Framework goes here

Vue + Spring Boot: Document Batch Upload Design

Document Batch Upload Conversation Vue + Spring Boot: Document Batch Upload Design 🧩 Scenario You are building a batch document upload feature with the following requirements: Each file has its own metadata: originalFileName, title The group of files shares metadata: description, tags, categoryId, accessLevel When submitted, Spring Boot backend stores group metadata to upload_groups table […]

Vue + Spring Boot: Document Batch Upload Design Read More »

Combined Development Environment: Spring Boot + Vue 3

Spring + Vue 3 Development Environment Setup 1. Project Structure your-project/ ├── backend/ ← Spring Boot project (Maven or Gradle) ├── frontend/ ← Vue 3 project (Vite preferred) Use this monorepo structure to keep backend and frontend organized. 2. Backend Setup (Spring Boot) Create project in IntelliJ via Spring Initializr. Add dependencies: Spring Web, Spring

Combined Development Environment: Spring Boot + Vue 3 Read More »

Elementor #2217

How to Secure Customer’s own Space with Spring Security In Banking App In a banking application where each individual customer has their own realm of data (e.g., account info, transaction history), the traditional role-based security mechanism in Spring Security (e.g., ROLE_USER, ROLE_ADMIN) is not enough on its own to enforce access control at the data

Elementor #2217 Read More »