Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Spring Boot Application

Structure for an application with Spring+Hibernate+Thymeleaf

  • Configuration ( database, internationalization, resource handler, security)
  • Controller ( is used for mapping pages with ModelAndView )
  • Repository ( is used for create connection between entity and database)
  • Entity ( tables in database )