Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ spring Public

spring + hibernate + Struts2集成,spring + Struts2 + mybatis集成演示

Notifications You must be signed in to change notification settings

cr2121/spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

56 Commits

Repository files navigation

spring

Join the chat at https://gitter.im/cr2121/spring

spring3 + hibernate4 + struts2 spring3 + mybatis + struts2

when first run this, shall change the database setting in applicationContext-database.xml

<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/world" />
<property name="user" value="root" />
<property name="password" value="123456" />

as your database setting

and run the following command in your mysql

create table student(
id bigint NOT NULL auto_increment,
name VARCHAR(30),
age INT,
primary key (id));

About

spring + hibernate + Struts2集成,spring + Struts2 + mybatis集成演示

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /