{"id":30582537,"url":"https://github.com/CodeRayZhang/e3mall","last_synced_at":"2025-08-29T08:03:40.797Z","repository":{"id":105600925,"uuid":"115270712","full_name":"CodeRayZhang/e3mall","owner":"CodeRayZhang","description":"宜立方商城，完整代码 + 资源，java + spring + springmvc + mybatis 实现","archived":false,"fork":false,"pushed_at":"2018-05-31T14:23:10.000Z","size":5502,"stargazers_count":280,"open_issues_count":2,"forks_count":203,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-08-28T04:53:15.052Z","etag":null,"topics":["java","javascript","linux","solr","ssm-maven"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeRayZhang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-24T15:11:29.000Z","updated_at":"2025-06-18T06:19:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f20b586c-4ed1-48fc-95ae-44848b6543e3","html_url":"https://github.com/CodeRayZhang/e3mall","commit_stats":null,"previous_names":["coderayzhang/e3mall"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeRayZhang/e3mall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRayZhang%2Fe3mall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRayZhang%2Fe3mall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRayZhang%2Fe3mall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRayZhang%2Fe3mall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeRayZhang","download_url":"https://codeload.github.com/CodeRayZhang/e3mall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRayZhang%2Fe3mall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272652277,"owners_count":24970576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javascript","linux","solr","ssm-maven"],"created_at":"2025-08-29T08:01:06.025Z","updated_at":"2025-08-29T08:03:40.791Z","avatar_url":"https://github.com/CodeRayZhang.png","language":"Java","readme":"# 宜立方商城\n\n开发环境： eclipse+maven+svn+linux+easyui\n\n软件架构： mysql+mybatis+spring+springmvc+redis+solr\n\n项目描述：宜立方商城是一个综合性的B2C平台，类似京东商城、天猫商城。会员可以在商城浏览商品、下订单，以及参加各种活动。宜立方商城采用分布式系统架构，子系统之间都是调用服务来实现系统之间的通信，使用http协议传递json数据方式实现。这样降低了系统之间的耦合度，提高了系统的扩展性。为了提高系统的性能使用redis做系统缓存，并使用redis实现session共享。为了保证redis的性能使用redis的集群。搜索功能使用solrCloud做搜索引擎。\n\n![image](https://github.com/ZzXxL1994/e3mall/blob/master/jiagou.png)\n后台管理系统：管理商品、订单、类目、商品规格属性、用户管理以及内容发布等功能。\n\n商城门户：用户可以在前台系统中进行注册、登录、浏览商品、首页、下单等操作。\n\n会员系统：用户可以在该系统中查询已下的订单、收藏的商品、我的优惠券、团购等信息。\n\n订单系统：提供下单、查询订单、修改订单状态、定时处理订单。\n\n搜索系统：提供商品的搜索功能。\n\n单点登录系统：为多个系统之间提供用户登录凭证以及查询登录用户的信息。\n\n相关框架：\n\n1.dubbo:当服务越来越多，容量的评估，小服务资源的浪费等问题逐渐显现，此时需增加一个调度中心基于访问压力实时管理集群容量，提高集群利用率。此时，用\t\t\t于提高机器利用率的资源调度和治理中心。\n\n2.FastDFS：分布式文件系统，用于搭建一个图片服务器，专门保存图片。存储空间可以横向扩展，可以实现服务器的高可用。支持每个节点有备份机。\n\n3.Redis集群：用于添加缓存，减少查询数据库的压力。\n\n4.SolrCloud：用于实现搜索功能，快速高效。\n\n5.Activemq：使用Activemq发送接收消息，通过消息队列实现商品同步。\n\n6.Freemarker：FreeMarker是一个用Java语言编写的模板引擎，它基于模板来生成文本输出。FreeMarker与Web容器无关，即在Web运行时，它并不知道Servlet或HTTP。它不仅可以用作表现层的实现技术，而且还可以用于生成XML，JSP或Java 等。\n\n7.MyCAT：一个彻底开源的，面向企业应用开发的“大数据库集群”支持事务、ACID、可以替代Mysql的加强版数据库，可以低成本的将现有的单机数据库和应用平滑迁移到“云”端，解决数据存储和业务规模迅速增长情况下的数据瓶颈问题。\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodeRayZhang%2Fe3mall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCodeRayZhang%2Fe3mall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodeRayZhang%2Fe3mall/lists"}