-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Change the application layout in documentation to show packaging by features. #9907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Unfortunately the indentation and ascii art for the tree doesn't look quite right now. Could you tidy it up a bit please? Perhaps you could use tree
on the command line?
Fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. That's better, but it's still not quite right. Please see my two additional comments.
+- web | ||
+- CustomerController.java | ||
+- order | ||
| +- Order.java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The |
isn't needed in this line or in the following three
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed this too.
@@ -358,18 +358,20 @@ Here is a typical layout: | |||
---- | |||
com | |||
+- example | |||
+- myproject | |||
+- myApplication |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package names are usually all lower case. Please change this back to myproject
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was silly of me. Fixed it. :)
Looks good now. Thank you. |
* pr/9907: Polish "Update application layout to show packaging by features" Update application layout to show packaging by features
Fixes gh-9886.