# demos **Repository Path**: jiangsongbai/demos ## Basic Information - **Project Name**: demos - **Description**: 收集的各种框架、程序等示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demos 收集的各种框架、程序等示例 1. [Spring Ioc 注入](https://github.com/albertchendao/demos/tree/master/java/spring/HelloWorld) 2. [Spring MVC 注解](https://github.com/albertchendao/demos/java/spring/HelloWorld-MVC) 3. [Spring MVC 集成 Swagger](https://github.com/albertchendao/demos/java/spring/HelloWorld-MVC-Swagger) 4. [JAVA WEB 项目集成 Jetty 容器](https://github.com/albertchendao/demos/java/jetty/HelloWorld-jetty) 5. [Spring 集成MyBatis](https://github.com/albertchendao/demos/java/spring/MyBatis) 6. [MyBatis 使用 memcached 作为二级缓存](https://github.com/albertchendao/demos/java/spring/MyBatis-MemCached) 7. [Java 类加载机制](https://github.com/albertchendao/demos/java/jdk/classLoader)