登录 注册
当前位置:主页 > 资源下载 > 9 > SpringBoot种子项目:spring-boot-seed

SpringBoot种子项目:spring-boot-seed

  • 更新:2024-09-26 12:31:56
  • 大小:198KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Spring启动种子 :warning: 仍在建设中 为使用Spring Boot开发Java项目提供快速,可靠和可扩展的启动程序。 如何开始? 在开始更新/ etc / hosts文件之前: # tools 127.0.0.1 db.dev.local 127.0.0.1 db.prod.local 127.0.0.1 api.dev.local 127.0.0.1 api.prod.local 克隆存储库: $ git clone --depth 1 https://github.com/alobaton/spring-boot-seed.git $ cd spring-boot-seed 启动数据库: $ docker-compose -f docker-compose.dev.yml up -d db 编译项目: $ cd ap