问题标签 [pivotal-web-services]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
91 问题
0
投票
1
回答
53
浏览
java - java.lang.IllegalArgumentException:/home/vcap/app/file.jks(没有这样的文件或目录)
我正在尝试将 Springboot java 应用程序部署到 PCF 中,我们有 2-3 个文件,我们的应用程序在运行时需要这些文件,例如 cert 文件。我在资源文件夹下有这些文件,但得到错误文件未找到异常。
谁能建议我将文件保存在哪里,以便将其转储到 PCF 中的 /var/home/app 目录中,或者我是否需要创建一些环境,以便应用程序知道在哪里读取文件。