Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加springboot配置和环境变量转换规则指向链接 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

变量|描述
-|-
Expand Down Expand Up @@ -248,4 +249,4 @@ edp963/davinci:v0.3.0-beta.9
```
volumes:
-xxx.jar:/opt/davinci/lib/xxxx.jar
```
```