• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






菜鸟想长大

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年5月31日

ssh框架搭建实例代码教程步骤
摘要: http://blog.csdn.net/u010539352/article/details/49255729 阅读全文
posted @ 2017-05-31 16:54 菜鸟想长大 阅读(206) 评论(0) 推荐(0)
 
@Repository、@Service、@Controller 和 @Component
摘要: @Repository、@Service、@Controller 和 @Component 将类标识为Bean spring 自 2.0 版本开始,陆续引入了一些注解用于简化 Spring 的开发。@Repository注解便属于最先引入的一批,它用于将数据访问层 (DAO 层 ) 的类标识为 Sp 阅读全文
posted @ 2017-05-31 15:31 菜鸟想长大 阅读(162) 评论(0) 推荐(0)
 
SSH简单搭建
摘要: 本项目使用Struts2+spring3+hibernate3; 第一步:引入jar包,具体需要哪些包根据实际情况加入。注意:把jar包导入后需要对所有包Add to Build Path;然后对工程名右键Build Path——>configure Build Path——>Add Externa 阅读全文
posted @ 2017-05-31 14:52 菜鸟想长大 阅读(252) 评论(0) 推荐(0)