Create README.md

This commit is contained in:
NK Chauhan
2022-12-15 16:20:10 +05:30
committed by GitHub
parent a8aa9ea9c7
commit ebf261e93a

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
### Prerequisite
Create a database in MySql with the help of below mentioned query:
``` CREATE SCHEMA `spring-security-form-login`; ```