We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf6e9 commit cdc5c11Copy full SHA for cdc5c11
README.md
@@ -51,6 +51,8 @@ If you are using [Spring Debugger](https://www.jetbrains.com/help/idea/spring-de
51
and you will notice the decrypted value as hints in the configuration files.
52
53
**Note**: The private key for `application.properties` is from `$HOME/.dotenvx/.env.keys.json`.
54
+**Attention**: dotenvx-spring-boot-starter uses Bouncy Castle `bcprov-jdk18on`(JDK 1.8+).
55
+If `bcprov-jdk15on` is in project's dependencies, please pay attention to confliction.
56
57
# Profile support
58
0 commit comments