# LittleCase **Repository Path**: JCTechnology_963178841/LittleCase ## Basic Information - **Project Name**: LittleCase - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 平常学习时碰到的小例子集锦 ## 项目说明 项目为web项目,使用springboot生成,支持Maven及Git,已内置多个jar包,请查阅pom.xml ## 示例列表 ### activemq ``` 需要先启动activemq服务器,位于C:\MY_JOB\servers\apache-activemq-5.14.2\bin\win64\activemq.bat p2p包下为点对点模式 o2p包下为发布订阅模式 ``` ### concurrent ``` 为多线程例子,跟以前的多线程例子不同。 ``` ### reflect ``` Java Reflection教程:http://ifeve.com/java-reflection/ ``` ### spring.helloworld ``` 1.xml方式的Bean配置:applicationContext.xml 2.注解方式的bean配置:Car类和beans-annotation.xml ```