sql语句

create table user_c (id varchar(10) primary key,name varchar(20),age int ,address varchar(30);)

SSI整合 示例

1.引入jar包

 1 antlr-2.7.6.jar
 2 aspectjweaver.jar
 3 backport-util-concurrent.jar
 4 com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
 5 com.springsource.net.sf.cglib-2.2.0.jar
 6 com.springsource.org.aopalliance-1.0.0.jar
 7 com.springsource.org.apache.commons.logging-1.1.1.jar
 8 com.springsource.org.quartz-1.6.2.jar
 9 commons-collections-3.1.jar
10 commons-fileupload-1.2.1.jar
11 commons-httpclient-3.1.jar
12 commons-io-1.3.2.jar
13 dom4j-1.6.1.jar
14 ehcache-1.5.0.jar
15 freemarker-2.3.16.jar
16 hibernate3.jar
17 hibernate-jpa-2.0-api-1.0.0.Final.jar
18 javassist-3.12.0.GA.jar
19 javassist-3.7.ga.jar
20 jcommon-1.0.17.jar
21 jfreechart-1.0.14.jar
22 json-lib-2.3-jdk15.jar
23 jta-1.1.jar
24 log4j-1.2.13.jar
25 mybatis-3.2.2.jar
26 mybatis-spring-1.2.0.jar
27 mysql-connector-java-5.1.13-bin.jar
28 ognl-3.0.jar
29 org.springframework.aop-3.0.5.RELEASE.jar
30 org.springframework.asm-3.0.5.RELEASE.jar
31 org.springframework.aspects-3.0.5.RELEASE.jar
32 org.springframework.beans-3.0.5.RELEASE.jar
33 org.springframework.context.support-3.0.5.RELEASE.jar
34 org.springframework.context-3.0.5.RELEASE.jar
35 org.springframework.core-3.0.5.RELEASE.jar
36 org.springframework.expression-3.0.5.RELEASE.jar
37 org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
38 org.springframework.instrument-3.0.5.RELEASE.jar
39 org.springframework.jdbc-3.0.5.RELEASE.jar
40 org.springframework.jms-3.0.5.RELEASE.jar
41 org.springframework.orm-3.0.5.RELEASE.jar
42 org.springframework.oxm-3.0.5.RELEASE.jar
43 org.springframework.test-3.0.5.RELEASE.jar
44 org.springframework.transaction-3.0.5.RELEASE.jar
45 org.springframework.web.portlet-3.0.5.RELEASE.jar
46 org.springframework.web.servlet-3.0.5.RELEASE.jar
47 org.springframework.web.struts-3.0.5.RELEASE.jar
48 org.springframework.web-3.0.5.RELEASE.jar
49 slf4j-api-1.6.1.jar
50 slf4j-nop-1.6.1.jar
51 struts2-core-2.2.1.jar
52 struts2-spring-plugin-2.2.1.jar
53 xwork-core-2.2.1.jar
View Code

相关文章:

  • 2021-09-18
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2021-11-27
  • 2021-08-04
  • 2021-05-22
  • 2021-10-29
猜你喜欢
  • 2021-10-24
  • 2021-08-20
  • 2021-12-15
  • 2021-11-01
  • 2021-08-10
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案