# ego **Repository Path**: limingyangmayun/ego ## Basic Information - **Project Name**: ego - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##易购商城 ###技术栈 - Maven - Spring - SpringMVC - Mybatis - Redis - Dubbo - Zookeeper - Solr - Nginx - JSP ###开发工具 > IDEA > >Git > >Mysql > >Tomcat ###更新日志 - 第一次更新: > 项目创建 > `创建父工程: ego-parent,添加所有需要用到的依赖,控制版本作用` > `然后分别创建: ego-pojo、ego-service、ego-service-impl、ego-common` > `使用逆向工程生成实体类和mapper映射文件,分别放入ego-pojo 和 ego-service-impl中` > `实现商品分页查询功能`