File tree 2 files changed +6
-1
lines changed
vertical-slice-architecture
src/main/java/com/iluwatar/verticalslicearchitecture
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
42
42
* [ How to Implement Vertical Slice Architecture by Gary Woodfine] ( https://garywoodfine.com/implementing-vertical-slice-architecture/ )
43
43
* [ youtube] ( https://www.youtube.com/watch?v=B1d95I7-zsw )
44
44
* [ 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 28
28
import org .springframework .boot .autoconfigure .SpringBootApplication ;
29
29
30
30
/**
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.
32
36
*/
33
37
34
38
@ SpringBootApplication
You can’t perform that action at this time.
0 commit comments