Skip to content

Commit 3248c1a

Browse files
committed
Updated Project Structure 😅👀
1 parent cf2fee8 commit 3248c1a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,14 @@ app:
266266
│ └── flighttracker/
267267
│ └── server/
268268
│ ├── common/
269-
│ │ └── application/
270-
│ │ └── cqs/
271-
│ │ └── mediator/
272-
│ │ └── SpringMediatorTest.java
269+
│ │ ├── application/
270+
│ │ │ └── cqs/
271+
│ │ │ └── mediator/
272+
│ │ │ └── SpringMediatorTest.java
273+
│ │ └── infrastructure/
274+
│ │ └── datasource/
275+
│ │ ├── ReadWriteRoutingAspectTest.java
276+
│ │ └── RoutingDataSourceTest.java
273277
│ ├── flightdata/
274278
│ │ └── infrastructure/
275279
│ │ ├── kafka/

0 commit comments

Comments
 (0)