@@ -30,7 +30,7 @@ This repository demonstrates a production-grade setup where backend and client r
3030* 📦 [ Modules] ( #-modules )
3131* 🚀 [ Problem & Motivation] ( #-problem--motivation )
3232* 💡 [ Solution Overview] ( #-solution-overview )
33- * ⚙️ [ Architecture Overview] ( #-architecture-overview )
33+ * 🏗 [ Architecture Overview] ( #-architecture-overview )
3434* ⚡ [ Quick Start] ( #-quick-start )
3535* 🔄 [ Generated Wrappers — Before & After] ( #-generated-wrappers--before--after )
3636* 🧱 [ Example Responses] ( #-example-responses )
@@ -139,8 +139,7 @@ public class ServiceResponsePageCustomerDto
139139
140140---
141141
142- <a id="architecture-overview"></a>
143- # # ⚙️ Architecture Overview
142+ # # 🏗 Architecture Overview
144143
145144<p align="center">
146145 <img src="docs/images/architectural-diagram.png" alt="OpenAPI Generics Architecture" width="900"/>
@@ -263,12 +262,12 @@ for (CustomerDto c : page.content()) {
263262# # 🧩 Tech Stack
264263
265264| Component | Version | Purpose |
266- | --------------------- |--------- | ------------------------------------- |
267- | **Java** | 21 | Language baseline |
268- | **Spring Boot** | 3.4.11 | REST + OpenAPI provider |
269- | **Springdoc** | 2.8.13 | OpenAPI 3.1 integration |
270- | **OpenAPI Generator** | 7.17.0 | Generics-aware code generation |
271- | **HttpClient5** | 5.5 | Pooled, production-ready HTTP backend |
265+ | --------------------- |--------| ------------------------------------- |
266+ | **Java** | 21 | Language baseline |
267+ | **Spring Boot** | 3.4.11 | REST + OpenAPI provider |
268+ | **Springdoc** | 2.8.13 | OpenAPI 3.1 integration |
269+ | **OpenAPI Generator** | 7.17.0 | Generics-aware code generation |
270+ | **HttpClient5** | 5.5 | Pooled, production-ready HTTP backend |
272271
273272---
274273
0 commit comments