We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,在指定 --spring.config.additional-location 时,如果路径不以 / 结尾,Spring Boot 会认为这是个无效的文件夹,继而回退到 ~/.halo2。
--spring.config.additional-location
/
~/.halo2
“文件夹路径后必须跟随一个 /”对不熟悉 Spring Boot 的人并不是常识。如果按照惯性思维(在使用很多 Linux 应用时,文件夹路径后省略 / 是完全 ok 的)偷懒不打上这个斜杠的话,就会导致工作目录回退到 ~/.halo2,而这一点在文档中并没有强调。
2024-11-30T20:50:12.379+08:00 INFO 18026 --- [ main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
↑ 这是不指定尾随斜杠时出现的报错
如果可以的话,在文档里添加一句例如 ”如果额外指定了工作目录,路径后必须添加一个 /“ 可能会更好(?)
(具体出现这个配置项的地方在 入门 > 安装指南 > 使用 JAR 文件部署)
入门 > 安装指南 > 使用 JAR 文件部署
万分感谢!
The text was updated successfully, but these errors were encountered:
感谢反馈,如果你愿意的话,可以帮我们加上这个提示。
Sorry, something went wrong.
a possible solution for halo-dev#474
2fd0040
No branches or pull requests
如题,在指定
--spring.config.additional-location
时,如果路径不以/
结尾,Spring Boot 会认为这是个无效的文件夹,继而回退到~/.halo2
。“文件夹路径后必须跟随一个
/
”对不熟悉 Spring Boot 的人并不是常识。如果按照惯性思维(在使用很多 Linux 应用时,文件夹路径后省略/
是完全 ok 的)偷懒不打上这个斜杠的话,就会导致工作目录回退到~/.halo2
,而这一点在文档中并没有强调。↑ 这是不指定尾随斜杠时出现的报错
如果可以的话,在文档里添加一句例如 ”如果额外指定了工作目录,路径后必须添加一个
/
“ 可能会更好(?)(具体出现这个配置项的地方在
入门 > 安装指南 > 使用 JAR 文件部署
)万分感谢!
The text was updated successfully, but these errors were encountered: