Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 319 Bytes

DEVELOP.MD

File metadata and controls

17 lines (12 loc) · 319 Bytes

开发文档

开发环境

Starting ApiApplication using Java 21.0.1 Running with Spring Boot v3.0.6, Spring v6.0.17 需要安装 docker

开发步骤

  1. ./started-docker文件夹里,执行docker-compose up -d,启动mysql、redis、nginx等
  2. 在开发工具里启动项目
  3. 愉快使用