How to use registering and login on spring boot and security with mysql.
- You had bettet to look at this applicaton.properties pls. Database's table can be generated automatically, İf you write
spring.jpa.hibernate.ddl-auto=create
on application.properties. - your database's table can create regularly when you wrote
spring.jpa.hibernate.ddl-auto=create
on application.properties. - if you wanna to watch the video as result of this project you can click and watch on youtube
- Spring Boot
- Spring Security
- Jpa, Hibernate
- Mysql
- Thymeleaf
- Bootstrap