# framework-java **Repository Path**: hua5h6m/framework-java ## Basic Information - **Project Name**: framework-java - **Description**: 整合一些Spring常见的配置类,第三方框架等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # framework-java #### 介绍 整合一些spring,常见的配置类、第三方框架等 #### 模块介绍 | 模块名称 | 模块介绍 | 模块框架 | 意义 | |-------------------------------------------------------------------------------------------------------------|------------|------------------------------|----| | [spring-configuration-jdbc](https://gitee.com/hua5h6m/framework-java/tree/master/spring-configuration-jdbc) | 使用配置类链接数据库 | druid、jdbcTemplate | 学习 | | [spring-aop-configuration](https://gitee.com/hua5h6m/framework-java/tree/master/spring-aop-configuration) | 配置类+AOP切面代码 | spring-aop、spring-aspects | 学习 | | [spring-tx-configuration](https://gitee.com/hua5h6m/framework-java/tree/master/spring-tx-configuration) | 声明式事务 | spring-jdbc、spring-tx | 学习 | | [spring-mvc-web-xml](https://gitee.com/hua5h6m/framework-java/tree/master/spring-mvc-web-xml) | web应用简单配置 | spring-context、spring-webmvc | 学习 |