Skip to content

aobin/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

Languages

  • Java 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy