springboot-movie-app
Minimal Spring Boot,Thymeleaf Movie app.
Requirements
For building and running the application you need:
ScreenShots
Login Info
For User(can only see actors and movies, can not edit.):
Username = user
Password = password
For Admin:
Username = admin
Password = admin
MySql Info
spring.datasource.url=jdbc:mysql://localhost:3306/movie
spring.datasource.username=root
spring.datasource.password=Sql12345
spring.jpa.show-sql=true`
server.port = 8181
Running Examples
- Download the zip or clone the Git repository.
- Unzip the zip file (if you downloaded one)
- Open Command Prompt and Change directory (cd) to folder containing pom.xml
- Open IntelliJ
- File -> Open -> Navigate to the folder where you unzipped the zip
- Select the right project
- Choose the Spring Boot Application file (search for @SpringBootApplication)
- Right Click on the file and Run as Java Application
- You are all Set