# parent1.0 **Repository Path**: yuyishenlan/paren ## Basic Information - **Project Name**: parent1.0 - **Description**: maven分布式管理项目,从零出发, springmvc+redis+MySQL - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.数据库连接池,用了C3P0; 2.redis使用:Redis.getInstance().* (一直提示jedis not fount,将版本从2.1.0提到2.4.5就没问题了); 3.整合了log4j, 日志记录; 4.noutil中使用model+mapper映射,其他用的封装好的Util; 5.集成了dubbo框架,provider为服务提供者,consumer消费者(zookeeper为注册中心); 6.parent-activemq进行activemq工具JMS消息队列简单测试