- aop:aspectj-autoproxy/ 在配置文件中开启注解的AOP的开发(注解方式开发AOP使用,不使用扫描的时候可用)
- <context:property-placeholder location=“classpath:jdbc.properties”/> 引入属性文件
- <tx:annotation-driven transaction-manager=“transactionManager”/> 开启注解事务(注解方式开发声明式事务,不使用扫描的时候可用)
- @ContextConfiguration(“classpath:tx3.xml”) java文件加载文件
Spring 常用命令
最新推荐文章于 2024-01-26 15:33:56 发布