这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@sdhiray7
Copy link
Contributor

@sdhiray7 sdhiray7 commented Aug 7, 2024

These are the changes to demonstrate an example of Hexagonal architecture.
It has various files in packages named after components/layers in Hexagonal Architecture - domain, ports, and adapters.
Added the following files:

  1. LibraryController - Inbound Adapters for web
  2. BookRepositoryImpl , JpaBookRepository, JpaRentalRepository, RentalRepositoryImpl - Outbound Adapters for persistence
  3. Book, Rental, LibraryServiceImpl - Domain models and service implementation
  4. LibraryService - Inbound Ports
  5. BookRepository, RentalRepository - Outbound ports
  6. LibraryServiceUnitTests, LibraryControllerIntegrationTests - Unit testing

@sdhiray7 sdhiray7 changed the title +0. Hexagonal Architecture Hexagonal Architecture - Evaluation - sdhiray7@gmail.com Aug 7, 2024
@sdhiray7 sdhiray7 closed this Aug 8, 2024
@sdhiray7 sdhiray7 reopened this Aug 9, 2024
@sdhiray7 sdhiray7 closed this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant