Skip to content

Commit c189ae9

Browse files
committed
added more context with example
1 parent 272cb87 commit c189ae9

File tree

2 files changed

+6
-1
lines changed
  • vertical-slice-architecture

2 files changed

+6
-1
lines changed

Diff for: vertical-slice-architecture/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Use Vertical Slice Architecture when
4242
* [How to Implement Vertical Slice Architecture by Gary Woodfine](https://garywoodfine.com/implementing-vertical-slice-architecture/)
4343
* [youtube](https://www.youtube.com/watch?v=B1d95I7-zsw)
4444
* [medium](https://medium.com/sahibinden-technology/package-by-layer-vs-package-by-feature-7e89cde2ae3a)
45+
* [A reference application](https://github.com/sugan0tech/Event-Manager)

Diff for: vertical-slice-architecture/src/main/java/com/iluwatar/verticalslicearchitecture/App.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
import org.springframework.boot.autoconfigure.SpringBootApplication;
2929

3030
/**
31-
* main application.
31+
* Main application.
32+
* The main objective of this code sample is for you to have a look at how the view, entity, repository and Service are
33+
* organized.
34+
* No matter what application you are building Layer by Feature will always give the upper hand of better
35+
* maintainability.
3236
*/
3337

3438
@SpringBootApplication

0 commit comments

Comments
 (0)