Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 406 Bytes

MovieStorage

Simple Project (CRUD) for Storage a movies.

Using:

  • H2 1.4
  • Spring Boot 1.4.3
  • Spring Data JPA 1.4.3
  • Thymeleaf
  • Spring Security for authentication

TO DO !

  1. edit MovieStorage/src/main/resources/application.properties with ur database connection detalis.
  2. use schemadobazy file to create user/role/user_role tables and fill it with data.
  3. mvn clean spring-boot:run
  4. enjoy