mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-21 00:24:17 +00:00
fix: Fixed some typos (#3153)
Signed-off-by: depthlending <bikangning@outlook.com>
This commit is contained in:
@@ -180,7 +180,7 @@ Hexagonal Architecture is particularly beneficial in scenarios:
|
||||
* There is a requirement for high testability and maintainability.
|
||||
* The application should remain unaffected by changes in external interfaces.
|
||||
|
||||
## Real-World Applications of Hexagonal Architecure Pattern in Java
|
||||
## Real-World Applications of Hexagonal Architecture Pattern in Java
|
||||
|
||||
* Implemented extensively within enterprise applications that leverage frameworks like Spring.
|
||||
* Used in microservices architectures to maintain clear boundaries and protocols between services.
|
||||
|
||||
Reference in New Issue
Block a user