Update application layout to show packaging by features

See gh-9907
This commit is contained in:
Renjith G R
2017-07-30 01:40:19 +05:30
committed by Stephane Nicoll
parent 691d669b51
commit f948a46954

View File

@@ -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