Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PA165 Banking System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Filip Piták
PA165 Banking System
Commits
800f6598
There was an error fetching the commit references. Please try again later.
Commit
800f6598
authored
10 months ago
by
Filip Piták
Browse files
Options
Downloads
Patches
Plain Diff
Update module architecture description in README
parent
53181ef4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-2
6 additions, 2 deletions
README.md
with
6 additions
and
2 deletions
README.md
+
6
−
2
View file @
800f6598
...
...
@@ -26,7 +26,12 @@ which can report total and average (per account) transactions (deposits, withdra
## Module Architecture
Each service is implemented as a separate maven artifact consisting of a Spring-boot application. Within each project
we used the principles of
`Hexagonal architecture`
, where the domain itself consists of only pure Java classes,
with no technological dependencies. By using such separation, we nicely created an extra separated layer on top of the
with no technological dependencies.
This architecture is ensured by creating separate packages
`application`
and
`domain`
. The application package contains technology specific
implementations for Spring and other, while the domain package contains the business logic of the given microservice.
By using such separation, we nicely created an extra separated layer on top of the
traditional
`Controller, Facade, Service and Repository`
layers. The main benefit of such separation is visible mainly when
extending new features, implementation of tests and usage of custom abstractions with ease.
<br><br>
...
...
@@ -37,6 +42,5 @@ where the [implementation](./transaction-processor/src/main/java/cz/muni/pa165/b
-
Maven
-
Java - OpenJDK21
-
PostreSQL
-
RabbitMq
-
Docker
-
OpenShift or Hashicorp Consul (still discussing which of the two to use for service registration and load-balancing)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment