You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
中文:服务端 address-server 模式无法获取从application.properties中的变量(address.server.domain=xxx.xxx.com)
英文:The server address server mode cannot obtain the application.properties Variables in( address.server.domain=xxx . xxx.com )
Expected behavior
中文:可以从配置文件中获取到系统变量, 当前的方式是 系统变量和启动jvm中获取, 也应该支持从配置文件中获取. 并且增加文档描述
获取配置的优先级:系统环境变量 -> 启动jvm(-D) -> properties
英文: the system variables can be obtained from the configuration file. The current way is to obtain the system variables from the system variables and the startup JVM. It should also support obtaining system variables from the configuration files.And add document description
Get the priority of configuration: system environment variables > start JVM (- D) - > properties
Acutally behavior
A clear and concise description of what you actually to happen.
…ties (#3516)
* Fix address server mode cannot be obtained application.properties And synchronize the properties value(#3509)
* format code.
* update mysql default value nacos:nacos
Describe the bug
中文:服务端 address-server 模式无法获取从application.properties中的变量(address.server.domain=xxx.xxx.com)
英文:The server address server mode cannot obtain the application.properties Variables in( address.server.domain=xxx . xxx.com )
Expected behavior
中文:可以从配置文件中获取到系统变量, 当前的方式是 系统变量和启动jvm中获取, 也应该支持从配置文件中获取. 并且增加文档描述
获取配置的优先级:系统环境变量 -> 启动jvm(-D) -> properties
英文: the system variables can be obtained from the configuration file. The current way is to obtain the system variables from the system variables and the startup JVM. It should also support obtaining system variables from the configuration files.And add document description
Get the priority of configuration: system environment variables > start JVM (- D) - > properties
Acutally behavior
A clear and concise description of what you actually to happen.
How to Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: