Skip to content

iamnaveenoff/LoginAppProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LoginAppProject

Login App Is Working Fine using H2 Database you can create Useer Table using

create table user
(
	id varchar2(20) primary key,
	name varchar2(40) not null,
	password varchar2(40) not null,
	contact varchar2(40) not null,
	role varchar2(40) default 'ROLE_USER' not null
);

Before login Output Will Look Like

Before Login

After Login the Output will look like

After Login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published