# com.nero.spring **Repository Path**: Nero-Zjf/com.nero.spring ## Basic Information - **Project Name**: com.nero.spring - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2023-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # com.nero.spring 依赖直接引入jar包 [TOC] lib/ Spring 4.3.20 的所有依赖包 ## basic-simple Spring管理bean的基本demo ## create-container ## resource 演示使用Spring的Resource接口获取资源 ## aop-annotation 使用AspectJ注解实现spring aop ## aop-xml 使用xml配置实现spring aop ## transaction-program 演示使用Spring 编程式事务 ## transaction-xml 演示使用Spring事务 xml声明方式 ## transaction-xml-jta 演示使用Spring jta事务 xml声明方式 ## transaction-annotation 演示使用注解实现Spring事务