University Club Management System: Full-Stack Architecture with Spring Boot and Vue.js

Technical Stack Overview The backend leverages Spring Boot's auto-configuration capabilities, eliminating manual server setup through embedded Tomcat integration. This framework provides production-ready features including dependency injection, transaction management, and seamless integration with Spring Security and Spring Data ecosystems. The ...

Posted on Sun, 10 May 2026 13:19:37 +0000 by edwardp

Implementing a Web Blog System with SSM Framework and JWT Authentication

Building a Blog Platform with Spring MVC, Spring, and MyBatis A web-based blog system is implemented using the SSM stack (Spring MVC, Spring, MyBatis). This platform consists of five core pages: user authentication, blog creation, blog editing, article listing, and post details. The backend is designed to fulfill the following functional requir ...

Posted on Fri, 08 May 2026 02:54:07 +0000 by cuongvt