Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
AbstractIntegrationTest class 153
access token
endpoints, testing 127-129
advanced auto-configuration 217
best practices 220
utilizing, effectively 220, 221
advice declarations 211
Aggregator design pattern 27
Amazon Web Services (AWS) 8
Anti-Corruption Layer 29
API Gateway design pattern 27
architectural design
need for 24
architectural patterns
Circuit Breaker pattern 47, 48
in microservices 24
Layered design pattern 48, 49
MVC design pattern 49, 50
overview 46
Saga design pattern 50, 51
Service Oriented Architecture (SOA) 46, 47
aspect-oriented programming (AOP) 19, 209
advice declarations 211
aspects 211
best practices 219
excessive usage 221
in Spring Boot 210
join points 211
pointcuts 211
utilizing...