# uushop **Repository Path**: eassin/uushop ## Basic Information - **Project Name**: uushop - **Description**: Spring Cloud Alibaba - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-11 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uushop ## Spring Cloud Alibaba + Vue ### UI:Vue + Element UI + Mint UI + MUI - Buyer(Mobile):Vue + Mint UI + MUI - Seller(PC):Vue + Element UI ### BackEnd:Spring Cloud Alibaba - Spring Boot + Spring Cloud Alibaba + MyBatis Plus + MySQL + Rocket MQ + Redis + Gateway + 京东万象第三方短信服务接口 ## Pre-Projects ```bash cd uushop/sql/ run uushop.sql cd support/nacos/bin/ startup.cmd -m standalone cd support/Redis/bin/ redis-server.exe cd support/rocketmq/bin/ set ROCKETMQ_HOME = /support/rocketmq mqnamesrv.cmd mqbroker.cmd -n 127.0.0.1:9876 autoCreateTopicEnable=true cd support/rocketmq-dashboard/src/main/resources/application.yml server.port = 8087 rocketmq.config.namesrvAddrs = 127.0.0.1:9876 cd support/rocketmq-dashboard/ mvn clean install -Dmaven.test.skip=true cd support/rocketmq-dashboard/target/ java -jar rocketmq-dashboard-1.0.1-SNAPSHOT.jar ``` [http://localhost:8848/nacos/index.html](http://localhost:8848/nacos/index.html) `nacos` [http://localhost:8087](http://localhost:8087) `rocketmq-console` ## Build Projects ```bash cd uushop/gateway-service/ mvn clean install -Dmaven.test.skip=true cd uushop/account-service/ mvn clean install -Dmaven.test.skip=true cd uushop/sms-service/ mvn clean install -Dmaven.test.skip=true cd uushop/order-service/ mvn clean install -Dmaven.test.skip=true cd uushop/product-service/ mvn clean install -Dmaven.test.skip=true cd uushop/ui/uushop_seller npm install npm run serve cd uushop/ui/uushop_buyer npm install npm run serve ``` ### UI - Seller [http://localhost:8282](http://localhost:8282) - Buyer [http://localhost:8383](http://localhost:8383) ### Swagger - [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html) ### IDEA Build Failed - 在编译 rocketmq-dashboard 时,maven下载包失败出现错误: Could not download Yarn: Could not download https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz - 解决:support/lib/yarn-1.22.10.tar.gz 复制到maven本地资源目录 com/github/eirslett/yarn/1.22.10/ - 在使用MapStruct,idea在build项目的时候出现错误:java: Internal error in the mapping processor: java.lang.NullPointerException - 解决:Setting -->Build,Execution,Deployment -->Compiler -->User-local build process VM options加上参数:-Djps.track.ap.dependencies=false