- 浏览: 5710 次
- 性别:
- 来自: 济南
最近访客 更多访客>>
最新评论
-
weiYL001:
SSH+Freemarker整合一(上) -
ranLoD:
设计在哪呢,我好像没看到,只是整合而已,都是人家定好的,你照搬 ...
SSH+Freemarker整合一(上) -
kjj:
代码不格式化一下??!!!!
SSH+Freemarker整合一(上)
文章列表
8、创建jdbc.properties连接mysql数据库
test=HelloWorld
jdbc.driverClassName=org.gjt.mm.mysql.Driver
jdbc.url=jdbc:mysql://localhost:3306/mytest?useUnicode=true&characterEncoding=utf-8
jdbc.username=root
jdbc.password=111
jdbc.dialect=org.hibernate.dialect.MySQLDialect
9、创建applicationContext.xml
<b ...
- 2009-05-18 17:24
- 浏览 2464
- 评论(0)
SSH+freemarker:
1、首先,要导入jar 包:(见附件)
2、修改web.xml文件:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath ...