Home

Awesome

PRs Welcome

springboot2-jpa-api-for-luban

相关文档

TODO

pr is welcome!

Development

后端
  1. 使用 init.sql 初始化数据(不含建库语句),mysql 版本需要 >= 5.7.8
  2. 修改 src/main/resources/application-dev.example.yml 中的 mysql 相关配置
  3. 修改 src/main/resources/application-prod.example.yml 中的 mysql 相关配置
  4. git clone https://github.com/luban-h5/springboot2-jpa-api-for-luban , 启动 Spring Boot 项目
前端

预备知识

# 重新打开一个 terminal 
git clone https://github.com/ly525/luban-h5
cd luban-h5/front-end/h5

# 安装前端依赖
yarn install 
# #!en modify `target` in `vue.config.js`
# #!zh 修改 vue.config.js 中的 target 变量,比如:const target = 'http://127.0.0.1:8888',
# 其中:
    # 8888 为 springboot2-jpa-api-for-luban 提供服务的端口
    # 127.0.0.1 是本地开发的IP 或者 内网 IP 都是可以的

# 修改完毕之后,运行下面的命令,即可启动前端服务进行联调 
# 注意是 serve 不是 server!
yarn serve 

联调开始