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

Appearance settings
/ spring Public
forked from cr2121/spring

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

Notifications You must be signed in to change notification settings

aobin/spring

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
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

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.