docker-compose 启动springboot 项目连接mysql
开发工具:idea1、数据库配置注意:mysql配置使用的是docker中的镜像名,不是ip地址,如下:2、打包这里使用idea自带maven打包(jar)3、编写springboot的dockerfile(我这里为ssm_dockerfile),与上一步打包好的jar包放同一目录。ADD的jar包是上一步打包好的jar包名,后面可以起别名,如下:FROM ...