1
克隆项目
git clone https://github.com/youyoukele-star/small-smart.git
2
构建后端
cd ss && mvn clean package -DskipTests
3
启动前端
cd ss-ui && npm install && npm run dev