Skip to content

Commit

Permalink
fixed encryptable environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulises Bocchio authored and Ulises Bocchio committed Dec 31, 2019
1 parent 9489436 commit 3b3d09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Use one of the following 3 methods (briefly explained above):
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```
2. IF you don't use `@SpringBootApplication` or `@EnableAutoConfiguration` Auto Configuration annotations then add this dependency to your project:
Expand All @@ -78,7 +78,7 @@ Use one of the following 3 methods (briefly explained above):
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand All @@ -99,7 +99,7 @@ Use one of the following 3 methods (briefly explained above):
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```
And then add as many `@EncryptablePropertySource` annotations as you want in your Configuration files. Just like you do with Spring's `@PropertySource` annotation. For instance:
Expand Down Expand Up @@ -439,7 +439,7 @@ To use the plugin, just add the following to your pom.xml:
<plugin>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 3b3d09e

Please sign in to comment.