From 771e4da4157854b63ee289ea331a4aac4686759a Mon Sep 17 00:00:00 2001 From: Ifan Date: Tue, 29 Mar 2022 15:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0springboot=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8C=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E8=BD=AC=E6=8D=A2?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=8C=87=E5=90=91=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e27f041..70c6f05 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ docker build -f local.Dockerfile -t="local/davinci:v0.3.0-beta.9" --build-arg DA *以下环境变量将直接覆盖spring boot配置文件* [spring boot应用配置文档-环境变量](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-application-property-files) +[spring boot应用配置文档-环境变量与springboot配置转换规则](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.typesafe-configuration-properties.relaxed-binding.environment-variables) 变量|描述 -|- @@ -248,4 +249,4 @@ edp963/davinci:v0.3.0-beta.9 ``` volumes: -xxx.jar:/opt/davinci/lib/xxxx.jar -``` \ No newline at end of file +```