Update application layout to show packaging by features
See gh-9907
This commit is contained in:
committed by
Stephane Nicoll
parent
691d669b51
commit
f948a46954
@@ -358,18 +358,20 @@ Here is a typical layout:
|
||||
----
|
||||
com
|
||||
+- example
|
||||
+- myproject
|
||||
+- myapplication
|
||||
+- Application.java
|
||||
|
|
||||
+- domain
|
||||
+- customer
|
||||
| +- Customer.java
|
||||
| +- CustomerController.java
|
||||
| +- CustomerService.java
|
||||
| +- CustomerRepository.java
|
||||
|
|
||||
+- service
|
||||
| +- CustomerService.java
|
||||
|
|
||||
+- web
|
||||
+- CustomerController.java
|
||||
+- order
|
||||
+- Order.java
|
||||
+- OrderController.java
|
||||
+- OrderService.java
|
||||
+- OrderRepository.java
|
||||
----
|
||||
|
||||
The `Application.java` file would declare the `main` method, along with the basic
|
||||
|
||||
Reference in New Issue
Block a user