I am trying to write a login function with SpringBoot and Java that takes customer name and customer password and checks if the input matches the data at MySQL
The DD