Spring
BearMayCry
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring 配置批量加载Hibernate文件
cn.net.withub/**/model classpath*:/cn/net/withub/other/orm/*.hbm.xml原创 2012-06-11 15:42:42 · 225 阅读 · 0 评论 -
Spring 使用注解定时器
需要加入下面的配置到ApplicationContext.xml中第一步[code="xml"]xmlns:task="http://www.springframework.org/schema/task" [/code]第二步[code="xml"]http://www.springframework.org/schema/task http://www....原创 2013-12-17 16:36:42 · 191 阅读 · 0 评论
分享