File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
vertical-slice-architecture
src/main/java/com/iluwatar/verticalslicearchitecture Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 2828import 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
You can’t perform that action at this time.
0 commit comments