1. Using MyBatishistorical

    Mapper definitions, parameter binding, result mapping, dynamic SQL, sessions, and safe transaction usage in MyBatis.

  2. Spring Framework Moduleshistorical

    A conceptual map of Spring Core/Beans/Context, AOP, data/transactions, web MVC/reactive, testing, and integration modules.

  3. Spring Boot Learning Resourceshistorical

    A learning roadmap for Boot configuration, auto-configuration, web/data integration, packaging, observability, and source analysis.

  4. Using Spring MVChistorical

    Controller mappings, request binding, validation, JSON responses, exception handling, and safe web-layer boundaries.

  5. MyBatis Source Architecturehistorical

    MyBatis execution flow from mapper proxy through mapped statement, executor, statement handler, parameter/result handling, and caching.

  6. Spring MVC Source Flowhistorical

    Source-level request flow through DispatcherServlet, HandlerMapping, HandlerAdapter, interceptors, argument/return handlers, and exception processing.

  7. MyBatis Learning Resourceshistorical

    A practical roadmap for learning MyBatis from SQL mapping through caching, plugins, transactions, and source internals.

  8. Thread Safety in Spring MVC Controllershistorical

    Why singleton controllers handle concurrent requests and should avoid unsynchronized mutable instance state.

  9. Spring MVC Learning Resourceshistorical

    A roadmap from DispatcherServlet and controllers through argument resolution, message conversion, validation, errors, and source analysis.

  10. Using Nettyhistorical

    Building event-driven network clients and servers with Bootstrap, EventLoopGroup, Channel, Pipeline, handlers, and graceful shutdown.