Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ├── src
  2. │   ├── main
  3. │   │   ├── java
  4. │   │   │   └── com
  5. │   │   │   └── example
  6. │   │   │   ├── contoller
  7. │   │   │   │   ├── MainController.java
  8. │   │   │   │   └── SampleRestContoller.java
  9. │   │   │   └── DemoApplication.java
  10. │   │   ├── resources
  11. │   │   │   ├── application.properties
  12. │   │   │   ├── static
  13. │   │   │   └── templates
  14. │   │   └── webapp
  15. │   │   └── WEB-INF
  16. │   │   └── jsp
  17. │   │   └── index.jsp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement