Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /project-root
  2. -pom.xml (pom packaging defined; modules: core, web-admin, web-customer)
  3. /core
  4. -src (contains service and repository classes)
  5. -pom.xml (jar packaging)
  6. /web-admin
  7. -src (contains controllers and security configuration for admin portal)
  8. -pom.xml (jar packaging for now; dependency on core)
  9. /web-customer
  10. -src (contains controllers and security configuration for customers)
  11. -pom.xml (jar for now; dependency on core)
  12. /web
  13. -src (should contain SpringBootApplication to run all the modules)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement