我使用这个指令: http ://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.html
在 EC2 Ubuntu 服务器上部署 Spring Boot 应用程序。我将使用以下命令将配置从 application.properties 文件移动到环境变量: spring.datasource.password=${MYAPP_DATASOURCE_PASSWORD}
如果我要制作这个配置的许多副本,如何管理它?例如,更改所有实例上的数据源密码?我必须手动完成吗?这将是乏味且容易出错的工作......