Sin descripción

skyline 8973c6467f 预约充电启动失败,修改订单状态 hace 2 años
.mvn 615ebc7291 工程导入 hace 2 años
admin 49a41c4417 前端页面调整 hace 2 años
admin-web 6b7b55847e fix bug 折线图名称 hace 2 años
common 9abbdfafa0 微信公众号服务器验证 hace 2 años
database d6ca09a07c 站点新增权益及按钮 hace 2 años
entity 5c939b9213 fix bug 用户多个相同权益冲突 hace 2 años
mapper 3ffb9fa50f fix bug 发票购买方信息-telephone字段补充 hace 2 años
miniapp 8973c6467f 预约充电启动失败,修改订单状态 hace 2 años
service df971ef1a1 fix bug 筛选订单加入userId hace 2 años
.gitignore 1957cd696d admin接口定义 hace 2 años
README.md 97c85f366d 打包readme hace 2 años
mvnw 615ebc7291 工程导入 hace 2 años
mvnw.cmd 615ebc7291 工程导入 hace 2 años
pom.xml e04038f61e maven打包 hace 2 años

README.md

admin手动编译打包步骤

  • 清空旧版本

    rm -r  ./charge-java/admin/src/main/resources/static
    
  • 编译前端

    cd   ./charge-java/admin-web
    npm install 
    npm run build
    
  • 编译后端

    cd  ./charge-java/admin
    mvn clean package -DskipTests
    

miniapp手动编译打包步骤

cd  ./charge-java/miniapp
mvn clean package -DskipTests