You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ S3 Property Loader has the aim of allowing loading of Spring property files from
5
5
6
6
Spring PropertyConfigurer replaces standard PropertyConfigurer to load property files from AWS S3 bucket. S3 path could be specified directly into spring beans.
7
7
8
-
###Install
8
+
## Install
9
9
Gradle:
10
10
```groovy
11
11
compile "com.spring.loader:s3-loader:1.0.1"
@@ -19,7 +19,7 @@ Maven:
19
19
<type>pom</type>
20
20
</dependency>
21
21
```
22
-
###How to use
22
+
## How to use
23
23
24
24
Declare a spring bean `S3PropertyPlaceholderConfigurer` using yours AWS credencials or AWS instance profile. e.i:
0 commit comments