提交 3f1c8a3e 编写于 作者: twelvet's avatar twelvet

MySql

上级 d9103b44
# 基础镜像
FROM mysql/mysql-server:8.0.31
FROM mysql/mysql-server:8.0.32
# author
MAINTAINER twelvet
......
......@@ -16,6 +16,12 @@
<dependencies>
<!-- undertow容器 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<!--gateway 网关依赖,内置webflux 依赖-->
<dependency>
<groupId>org.springframework.cloud</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册