Skip to content

Just a Java architecture sample project. This project show how to integrate Java + Hibernate + Spring + JUnit using Gradle.

License

Notifications You must be signed in to change notification settings

jnrbo/Multilayered-Architecture-Java-Back-end-Sample

Repository files navigation

Multilayered Architecture - Java Back-end Sample

Just a Java architecture sample project.
This project show how to integrate Java + Hibernate + Spring using Gradle.

  • Controllers - Contains basic application logic, url mapping and send data to the service
  • Services - The middleware between controller and repository. Receives data from controller, performs validations and business logic, and calls repositories for data manipulation.
  • Repositories - Layer for interaction with models and perform DB operations
  • Models - Common model files with relationships defined (POJOs)

TODO LIST

  • Basic code
  • Complete tests
  • Finish Todo list

About

Just a Java architecture sample project. This project show how to integrate Java + Hibernate + Spring + JUnit using Gradle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages