Skip to content

Files

Latest commit

Sep 30, 2017
b475630 · Sep 30, 2017

History

History

userDao

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017
Sep 30, 2017

README.md

the material

the materials/.pdf file denots almost everything in the code

about database

this code uses mysql, the mysql configuration in /resource/hibernate.cfg.xml file. mysql address: mysql://localhost:/test , user name:root, password:2010104 (that just on my machine) you can alter it due to your own situation. notes the table schema: database name: test, table name: user CREATE TABLE user(id INT PRIMARY KEY AUTO_INCREMENT, name CHAR(30), address CHAR(50))

about the code

this code is just for learning hibernate maven,junit, and design pattern \n on 30,Sep,2017,cst.zju,Ningbo