-
Fixing WebSocket Handshake Failures in Apache2 with SpringBoot
Recently, I encountered an issue while setting up WebSocket connections through an Apache reverse proxy to Spring Boot application. The error message in application log like below. This error occurs when WebSocket connection fails to establish properly through Apache2 reverse proxy. The Problem When running Spring Boot application behind an Apache reverse proxy, Websocket requires…
-
Tích hợp VNPAY vào ứng dụng Spring Boot [Môi trường kiểm thử]
Xin chào, nội dung bài viết hướng dẫn tích hợp cổng thanh toán VNPAY (môi trường kiểm thử) vào ứng dụng web Spring Boot, giải thích chi tiết source code và luồng hoạt động. Code mẫu sử dụng thư viện Thymeleaf để xây dựng giao diện. Hình ảnh Demo Đăng ký tài khoản VNPAY Sandbox…