- Hibernate for Database.
- Spring Boot.
- Thymeleaf for font-end.
- Run application from idea.
- Use a database.
- Access the next host: http://localhost:8080
- Use application.
Change the next field from application.properties: In this application database name is "ssi".
- spring.datasource.url=jdbc:mysql://localhost:3306/ssi?serverTimezone=UTC (here need to introduce your database name)
- spring.datasource.username=catalin (your username)
- spring.datasource.password=291997 (your password)