# minis **Repository Path**: wangwang2020/minis ## Basic Information - **Project Name**: minis - **Description**: mini-spring minispring - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/wangwang2020/minis - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-31 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Minis A mini Spring platform for learning. We plan to implement IoC,MVC,JDBCTemplate,AOP and ThreadPool from scratch. IoC is the core of Minis. We will use a bean factory to manage all required beans. mvc,integrate with IoC. mapping request uri to controller method, use handleadapter to invocate method and process response, and use view resolver to render return message (JSP). Use jdbctemplate to access database, and connectionpool supported. PooledConnection supported. FactoryBean supported. Use JDKDynamicsProxy technology. methodinterceptor,methodbeforeadvice, afterreturningadvice supported. implements Pointcut and AutoProxyCreator. Using annotation + aop implements @Async REFTful supported Implemented mBatis based on JDBC Template. 一个小型Spring学习平台。我们计划从头开始实现IoC、MVC、JDBCTemplate、AOP和ThreadPool。 IoC是Minis的核心。我们将使用一个bean工厂来管理所有需要的bean。 mvc,与IoC集成。将请求uri映射到控制器方法, 使用handleadapter调用方法和处理响应, 并使用视图解析器来呈现返回消息(JSP)。 使用jdbctemplate访问数据库,并支持连接池。 支持PooledConnection。 支持FactoryBean。使用JDKDynamicsProxy技术。 methodinterceptor,methodbeforeadvice,afterreturningadvice支持。 实现Pointcut和AutoProxyCreator。 使用annotation+aop实现@Async 支持REFTful 基于JDBC模板实现mBatis。