# wisrc **Repository Path**: leo3689/wisrc ## Basic Information - **Project Name**: wisrc - **Description**: 万马电商ERP - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-12-26 - **Last Updated**: 2021-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 万马电商ERP 一万匹马奔腾 # 控制台 - 控制台地址:http://localhost:8080/ui - 账号/密码:admin/123456 ![example](./doc/index.png) # 数据库 - 支持数据库: MySQL - 数据库初始化脚本位置:db目录下 wisrc_db.sql **数据库配置信息在 retail-gateway 模块中** # 服务启动 ``` ## 1. 编译代码 mvn clean package -DskipTests=true ## 2. 启动服务 java -jar retail-gateway/target/retail-gateway-0.0.1-SNAPSHOT.jar ```