Skip to content

Commit 15decab

Browse files
authored
Update README.md
1 parent 9ac54d5 commit 15decab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ S3 Property Loader has the aim of allowing loading of Spring property files from
55

66
Spring PropertyConfigurer replaces standard PropertyConfigurer to load property files from AWS S3 bucket. S3 path could be specified directly into spring beans.
77

8-
### Install
8+
## Install
99
Gradle:
1010
```groovy
1111
compile "com.spring.loader:s3-loader:1.0.1"
@@ -19,7 +19,7 @@ Maven:
1919
<type>pom</type>
2020
</dependency>
2121
```
22-
### How to use
22+
## How to use
2323

2424
Declare a spring bean `S3PropertyPlaceholderConfigurer` using yours AWS credencials or AWS instance profile. e.i:
2525

0 commit comments

Comments
 (0)