When creating a deployment you can call the DeploymentBuilder.enableDuplicateFiltering(true)
method. The parameter true
means that only the changed resources should be redeployed. Would that help you? I am not sure how to set in the Spring Boot environment though. Maybe @jangalinski can help us out.