Skip to content

yparsak/MVCHBRLOGIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVCHBRLOGIN

Spring MVC Hibernate Maven Security Login Interceptor

CREATE TABLE User ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(20) NOT NULL DEFAULT '', lastname varchar(20) NOT NULL DEFAULT '', email varchar(20) NOT NULL DEFAULT '', password varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1