Skip to content

annormally/springboot-thymeleaf-mysql--register-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spring Boot - Thymeleaf - MySQL-- Register - Login

Spring MySQL Thymeleaf

YouTube YouTube

https://youtu.be/vZGIPxN36FM

Develop tool:

Code with:

  1. IntelliJ Ultimate.
  2. IntelliJ Community.
  3. Visual Studio Code.

Database :

Open the application step by step:

  • Clone or download the source code.
  • Create a database using the following code: create database registerLogin;.
  • Change "username" and "password" in application.properties with yours.
  • Open the project with one of IDEA and run the code.
  • Open a browser and go to localhost.
  • Register a user and then Login in the application.