Tag

Spring Boot 3

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 4, 2024 · Backend Development

Mastering JAX‑RS Client API in Spring Boot 3: From Basics to Advanced Async Calls

This tutorial demonstrates how to use JAX‑RS Client API within a Spring Boot 3.2.5 application to define REST resources, compare it with Spring's RestTemplate and WebClient, and implement synchronous, asynchronous, and reactive remote calls with custom providers, filters, and advanced configurations.

Backend DevelopmentJAX-RSJava
0 likes · 12 min read
Mastering JAX‑RS Client API in Spring Boot 3: From Basics to Advanced Async Calls
macrozheng
macrozheng
Sep 4, 2024 · Cloud Native

Upgrade Mall‑Swarm to Spring Boot 3 & Spring Cloud 2023: A Complete Guide

This article walks through upgrading the Mall‑Swarm microservice e‑commerce project to Spring Boot 3, Spring Cloud 2023, JDK 17, and related dependencies, covering architecture, version changes, permission solution migration, documentation updates, Elasticsearch usage, and deployment on Windows and Linux.

Sa-TokenSpring Boot 3Spring Cloud
0 likes · 13 min read
Upgrade Mall‑Swarm to Spring Boot 3 & Spring Cloud 2023: A Complete Guide
macrozheng
macrozheng
Apr 25, 2024 · Backend Development

How to Upgrade the Mall Project to Spring Boot 3 & JDK 17 – Complete Guide

This article walks through upgrading the open‑source Mall e‑commerce system to Spring Boot 3 and JDK 17, covering dependency version updates, migration from SpringFox to SpringDoc, new Spring Data Elasticsearch usage, revised Spring Security configuration, Docker deployment tips, and essential code changes.

Backend DevelopmentElasticsearchJava
0 likes · 19 min read
How to Upgrade the Mall Project to Spring Boot 3 & JDK 17 – Complete Guide
Java Architecture Diary
Java Architecture Diary
Oct 7, 2023 · Backend Development

What’s New in MyBatis‑Plus for Spring Boot 3? Explore the Latest Features and Fixes

Version 3.5.4‑SNAPSHOT of MyBatis‑Plus introduces auto‑increment primary key handling, generic extraction, new BaseMapper update and streaming query methods, batch operations, expanded Spring Boot 3 support, numerous dependency upgrades, and a series of optimizations and bug fixes that improve performance, compatibility, and developer ergonomics.

Backend DevelopmentJavaMyBatis-Plus
0 likes · 6 min read
What’s New in MyBatis‑Plus for Spring Boot 3? Explore the Latest Features and Fixes
Java Architecture Diary
Java Architecture Diary
Jul 29, 2023 · Backend Development

What’s New in Spring Cloud 2022.0.4? Key Changes and Upgrade Guide

Spring Cloud 2022.0.4, built on Spring Boot 3.0.9, introduces module version updates, deprecations, and configuration changes—including discontinued components, migration to Micrometer Tracing, OpenFeign enhancements, and a detailed dependencyManagement snippet—for developers upgrading their microservice platforms.

Backend DevelopmentCloud NativeJava
0 likes · 6 min read
What’s New in Spring Cloud 2022.0.4? Key Changes and Upgrade Guide
Java Architecture Diary
Java Architecture Diary
Dec 2, 2022 · Cloud Native

Integrate Tencent Polaris Service Discovery with Spring Cloud 2022 on Java 17

This guide shows how to install Tencent Polaris, configure Spring Cloud Tencent 3.0 dependencies, register services with Spring Boot 3.0, and consume them via declarative HTTP clients, providing a complete Java 17 microservice discovery solution.

PolarisSpring Boot 3Spring Cloud
0 likes · 5 min read
Integrate Tencent Polaris Service Discovery with Spring Cloud 2022 on Java 17
Java Architecture Diary
Java Architecture Diary
Nov 30, 2022 · Backend Development

How to Use Spring 6/Boot 3 HTTP Interface for Declarative REST Clients

This guide explains how Spring 6/Boot 3’s built‑in HTTP interface lets you define declarative REST clients with annotated Java interfaces, covering setup, required Maven dependencies, interface creation, supported annotations, bean configuration, and unit testing with code examples.

Declarative ClientHttp InterfaceJava
0 likes · 4 min read
How to Use Spring 6/Boot 3 HTTP Interface for Declarative REST Clients