Tag

Backend API

1 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
May 1, 2023 · Backend Development

Comprehensive Guide to Backend API Development with Spring Boot: Validation, Global Exception Handling, Unified Responses, Versioning, and Security

This article provides a detailed tutorial on building robust Spring Boot backend APIs, covering interface structure, environment setup, parameter validation methods, custom validators, global exception handling, unified response formats, optional response wrapping, API version control, and security measures such as token authentication and request signing.

Backend APISecuritySpring Boot
0 likes · 27 min read
Comprehensive Guide to Backend API Development with Spring Boot: Validation, Global Exception Handling, Unified Responses, Versioning, and Security
Java Captain
Java Captain
Jan 6, 2021 · Backend Development

Building a WeChat Mini Program with a Spring Boot Backend: Step‑by‑Step Guide

This tutorial walks through creating a WeChat mini‑program, setting up a Spring Boot backend with Maven dependencies, configuring SSL, writing REST controllers, invoking the APIs from the mini‑program using wx.request, and deploying the service on a Linux server.

Backend APIHTTPSJava REST
0 likes · 10 min read
Building a WeChat Mini Program with a Spring Boot Backend: Step‑by‑Step Guide