posts - 0,  comments - 5,  trackbacks - 0
 1 < Resource
 2          name ="jdbc/test"
 3         type ="javax.sql.DataSource"
 4         password ="123"
 5         driverClassName ="com.mysql.jdbc.Driver"
 6         maxIdle ="200"
 7         maxWait ="5000"
 8         username ="root"
 9         url ="jdbc:mysql://192.168.1.11/test?zeroDateTimeBehavior=convertToNull"
10         maxActive ="400" />
11
12 < Context  path ="/spring"  docBase ="E:\eclipse\readme\springtest\web"
13                        debug ="5"  reloadable ="false"  crossContext ="true" >
14              < ResourceLink  global ="jdbc/test"  name ="jdbc/test"  type ="javax.sql.DataSource" />     
15              </ Context >
posted on 2007-09-03 10:40 crazy 阅读(167) 评论(0)  编辑  收藏 所属分类: hibernate

只有注册用户登录后才能发表评论。


网站导航: