我正在使用 Gitlab、Spring Boot 和 Google Cloud App Engine、Google Cloud mySql。
我有用于 Spring Boot 应用程序的资源包文件,例如 application-{environment}.yaml。
我不想将机密信息保存在 application-*.yaml 文件中。我希望将这些敏感变量保存在 App Engine 的系统环境中。但我认为 Google Cloud App Engine 不支持环境变量。
在我彻底放弃 Google Cloud Platform 之前,我想问一下是否有办法做到这一点。