File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/xyz/fabiano/spring/localstack Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public LocalstackAutoConfiguration(
4545 @ Value ("${spring.localstack.services:}" ) String services ,
4646 @ Value ("${spring.localstack.auto-remove:true}" ) boolean autoRemove ,
4747 @ Value ("${spring.localstack.extra-options:}" ) String extraOptions ,
48- @ Value ("${spring.localstack.version:latest}" ) String version ) {
48+ @ Value ("${spring.localstack.version:latest}" ) String version ,
4949 @ Value ("${spring.localstack.region:us-east-1}" ) String region ) {
5050 this .asyncClientsEnabled = asyncClientsEnabled ;
5151 this .pullNewImage = pullNewImage ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class LocalstackDocker {
5757 private Collection <String > options = new ArrayList <>();
5858 @ Setter
5959 private String version = "latest" ;
60- @ Getter
60+ @ Getter @ Setter
6161 private String region = "us-east-1" ;
6262
6363 @ Getter
You can’t perform that action at this time.
0 commit comments