kuailemao / Ruyu-Blog

基于 SpringBoot3 + Vue3 + TypeScript+ Mysql + Redis + RabbitMQ + SpringSecurity 的前后台个人博客系统
Apache License 2.0
186 stars 31 forks source link

镜像打包问题 #1

Closed s-chance closed 4 months ago

s-chance commented 4 months ago

springboot 项目使用 maven 打包需要先启动mysql、redis、rabbitmq等服务,是否考虑发布打包好的 docker 镜像,方便后续在 docker compose 使用?

s-chance commented 4 months ago

当然也可以直接跳过单元测试检查,就不需要依赖那么多外部服务。