Commit f948a469 authored by Renjith G R's avatar Renjith G R Committed by Stephane Nicoll

Update application layout to show packaging by features

See gh-9907
parent 691d669b
......@@ -358,18 +358,20 @@ Here is a typical layout:
----
com
+- example
+- myproject
+- myapplication
+- Application.java
|
+- domain
+- customer
| +- Customer.java
| +- CustomerRepository.java
|
+- service
| +- CustomerController.java
| +- CustomerService.java
| +- CustomerRepository.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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment