Day 3 Part 1: Dish Management (AOP, Custom Annotations, Reflection, File Upload)
The automatic filling of common fields primarily uses AOP (Aspect-Oriented Programming), involving reflection mechanisms and custom annotations. For adding new dishes, we learn about file upload techniques using Alibaba Cloud OSS for cloud storage, along with handling relationships between two tables—retrieving dish IDs from the dish_flavor tab ...
Posted on Sun, 09 Aug 2026 16:04:58 +0000 by tzuriel
Mounting OSS Buckets to a Local Directory on UnionTech UOS Using ossfs
Introduction
For applications that need to read and write local files directly, ossfs provides a convenient solution, allowing the application to access data in Alibaba Cloud Object Storage Service (OSS) without modification. By using ossfs, you can mount an OSS bucket to a Linux system and map it to a local directory. This enables you to handl ...
Posted on Fri, 10 Jul 2026 17:17:28 +0000 by nasser
Front-End Strategies for Secure and Efficient Uploads to Alibaba Cloud OSS
Prerequisites
Create a OSS bucket and collect the following credentials from the RAM console:
AccessKeyId and AccessKeySecret (store the secret immediately, it is shown only once)
Bucket name and endpoint (found in the OSS console under "Bucket Overview")
Attach the AliyunOSSFullAccess policy (or a scoped custom policy) to the RAM us ...
Posted on Fri, 12 Jun 2026 17:12:34 +0000 by snuggles79
Implementing Secure Avatar Uploads to Alibaba Cloud OSS with ElementUI and Spring Boot
Integrating image uploads using the ElementUI el-upload component requires a synchronized flow between the frontend and the backend storage service. This guide demonstrates how to upload an avatar to Alibaba Cloud OSS (Object Storage Service) and persist the resulting URL in a database.
Frontend Implementation
The el-upload component utilizes t ...
Posted on Fri, 12 Jun 2026 17:05:00 +0000 by TANK