当前位置: 首页 > news >正文

预登记网站开发 会议网站开发需解决什么问题

预登记网站开发 会议,网站开发需解决什么问题,网站上面的内容里面放照片怎么做,wordpress 用户表目录 1、Bean对象常用注解介绍 2、注解示例说明 1、Bean对象常用注解介绍 Component 通用类组件注解#xff0c;该类被注解#xff0c;IOC容器启动时实例化此类对象Controller 注解控制器类Service 注解业务逻辑类Respository 注解和数据库操作的类#xff0c;如DAO类Reso…目录 1、Bean对象常用注解介绍 2、注解示例说明 1、Bean对象常用注解介绍 Component 通用类组件注解该类被注解IOC容器启动时实例化此类对象Controller 注解控制器类Service 注解业务逻辑类Respository 注解和数据库操作的类如DAO类Resource 装配注解优先按名称装配如果名称匹配不上则按照类型匹配Autowired 装配注解按类型装配Spring 内置Inject 装配注解按类型装配JSR-330标准PostConstruct 方法注解功能参考xml文件中的init-method在实例化对象后自动执行Scope Bean属性注解功能参考xml文件中的Scope属性非WEB环境有多例和单例两种注解不写value或者不写此注解的情况下默认是单例Value 属性注解为Bean对象注入静态数据通常属性注入的值来自某个配置文件 2、注解示例说明 IOC容器注解方式配置Bean需要如下步骤 1、applicationContext.xml加入扫描的包此包项下的类被IOC容器扫描如有注解则实例化对象 !-- 扫描注解包--context:component-scan base-packagecom.text/!-- 加载配置文件 --context:property-placeholder locationclasspath:config.properties/ 配置文件config.properties示例jdbc连接                 jdbc.urljdbc:mysql://xxx.xxx.xxx.xxx:3306/xxx 2、配置Bean注解 package com.text.dao.impl; import com.text.dao.StudentDao; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Repository; Repository Scope(prototype) //多例只是程序模拟实际项目上大部分是单例 public class StudentDaoImpl implements StudentDao {Value(${jdbc.url})private String url;public String getUrl() {return url;}public void setUrl(String url) {this.url url;} }package com.text.service.impl; import com.text.dao.StudentDao; import com.text.service.StudentService; import org.springframework.stereotype.Service; import javax.annotation.Resource; Service public class StudentServiceImpl implements StudentService {/*** Resource 注解后先从容器中找bean名称studentDao的对象没找到系统中实例对象名称是studentDaoImpl* 再通过类型StudentDao寻找找到studentDaoImpl注入到studentServiceImpl对象中* 由于studentDao是私有属性IOC容器会通过反射技术将studentDao改为puclic属性修改modifier值* 然后赋值赋值后再次将studentDao设置私有属性此种方式和xml中的property的方式不同property的方式是通过* 反射调用SetStudentDao方法实现注入*/Resourceprivate StudentDao studentDao;public StudentDao getStudentDao() {return studentDao;}public void setStudentDao(StudentDao studentDao) {this.studentDao studentDao;} }测试类 package com.text.entity;import com.text.dao.StudentDao; import com.text.dao.impl.StudentDaoImpl; import com.text.service.impl.StudentServiceImpl; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext;public class Test {public static void main(String[] args) {String configLocation classpath:applicationContext.xml;ApplicationContext context new ClassPathXmlApplicationContext(configLocation);System.out.println(IOC容器完成初始化);String[] beanDefinitionNames context.getBeanDefinitionNames();for(String beanDefinitionName:beanDefinitionNames) {System.out.println(beanDefinitionName);//studentDaoImpl studentServiceImpl}StudentDao studentDao1 context.getBean(studentDaoImpl, StudentDao.class);StudentServiceImpl studentService context.getBean(studentServiceImpl, StudentServiceImpl.class);StudentDao studentDao2 studentService.getStudentDao();System.out.println(studentDao1 studentDao2);//falsestudentDaoImpl scope多例StudentDaoImpl studentDao3 (StudentDaoImpl)studentService.getStudentDao();System.out.println(studentDao3.getUrl());//jdbc:mysql://xxx.xxx.xxx.xxx:3306/xxx} }特别说明 Resource 注解StudentServiceImpl 后先从容器中找bean名称studentDao的对象没找到系统中实例对象名称是studentDaoImpl再通过类型StudentDao寻找找到studentDaoImpl注入studentServiceImpl对象的studentDao属性中由于studentDao是私有属性IOC容器会通过反射技术将studentDao改为puclic属性修改modifier值然后赋值赋值后再次studentDao设置私有属性此种方式和xml中的property的方式不同property的方式是通过反射调用SetStudentDao方法
http://www.w-s-a.com/news/491588/

相关文章:

  • 深圳移动网站建设制作公司网站建设的认识
  • 网站建设脚本语言有哪些想开网店哪个平台好
  • 视频网站用什么做的好深圳的小程序开发公司
  • 南京网站定制开发商城网站免费模板
  • 青海学会网站建设公司照片组合拼图
  • 中国建设银行福清分行网站爱站网权重查询
  • 外贸通网站建设网站建设7个主要流程图
  • 元气森林网络营销方式医疗网站优化怎么做
  • 手机网站制作报价表做网站公司做网站公司
  • 湖州网站设计吉林网站建设哪家好
  • 做存储各种环境信息的网站使用tag的网站
  • 阿里云用ip做网站网站开发员属于
  • 外链网盘下载南宁seo推广优化
  • 网站的推广方案有哪些此网站可能有
  • wordpress更改链接后网站打不开一键生成个人网站
  • 网站建设后台有哪些东西前端开发培训一般多少钱
  • 高端建设网站公司网站开发 源码
  • 企业网站的劣势园林景观设计公司简介范文
  • 网站建设程序招聘东营建设信息网登录
  • o2o是什么意思通俗讲seo与网站优化 pdf
  • 外贸网站外包一般建设一个网站多少钱
  • 抄袭别人网站的前端代码合法吗网络促销策略
  • 用wordpress制作网站做资源网站
  • wordpress 发布网站南宁网站建设网站
  • 职业生涯规划大赛心得贵阳哪家网站做优化排名最好
  • wordpress 图片懒加载北京网站优化和推广
  • 深圳网站建设工作一个dede管理两个网站
  • 被禁止访问网站怎么办中国建筑网官网查询系统
  • 网站管理运营建设网贷网站
  • 深圳市龙岗区住房和建设局网站怎么给网站做404界面