Added Login and Register Functionality

This commit is contained in:
LalitH
2025-02-26 23:17:52 +05:30
parent af4de876a5
commit 3a6d9cf167
22 changed files with 1278 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "java",
"name": "Spring Boot-MyserverApplication<myserver>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.example.myserver.MyserverApplication",
"projectName": "myserver",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}