JAVA-929: Migrate spring-cloud-aws to parent-boot-2 (#9230)

* JAVA-929: Migrate spring-cloud-aws to parent-boot-2

* JAVA-929: Corrected Live Tests

* JAVA-929: Updated README
This commit is contained in:
Sampada
2020-05-04 20:36:20 +05:30
committed by GitHub
parent 7d3591ae2b
commit 93074cdabc
4 changed files with 25 additions and 13 deletions
-1
View File
@@ -23,7 +23,6 @@ Let's say that the RDS instance is called `spring-cloud-test-db` having the mast
to write the following in `application.properties`:
```
cloud.aws.rds.spring-cloud-test-db
cloud.aws.rds.spring-cloud-test-db.password=se3retpass
```
Multiple application classes are available under this project. To launch InstanceProfileAwsApplication application, replace `start-class` under `pom.xml`: