// the find
WuKongOpenSource/WukongCRM-11.0-JAVA
悟空CRM-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离CRM系统
WukongCRM is a full-featured CRM system built on Spring Cloud Alibaba microservices with a Vue/ElementUI frontend. It covers sales pipeline, customer management, OA workflows, BI dashboards, and approval flows — a genuine alternative to Salesforce for Chinese SMBs. The last commit was August 2021, so this is effectively abandoned software.
The microservice decomposition is sensible — gateway, auth, admin, crm, bi, oa, and job as separate deployable units means you can run only what you need. Distributed transaction support via Seata is present, which most open-source CRM projects skip entirely. Docker one-click install reduces the otherwise painful 7-service setup to something manageable. The incremental SQL migration files (update/v11.x.x.sql) show discipline about schema evolution rather than shipping a monolithic dump.
Abandoned since 2021 — Spring Cloud Alibaba 2.2.1 (Hoxton.SR3) is multiple major versions behind and carries unpatched CVEs; adopting this means owning the upgrade work. The infrastructure footprint is brutal for a small team: Nacos, Seata, Sentinel, Elasticsearch, Redis, MySQL, and xxl-job all required before you see a login screen. Documentation is almost entirely in Chinese with no meaningful English equivalent, limiting the contributor pool. The pre-bundled frontend (compiled Vue assets checked into the Java repo) makes frontend customization awkward — you have to clone a separate repo, rebuild, and manually copy the dist output.