@@ -5,8 +5,11 @@ dotenvx-spring-boot
55or ` application.yml ` .
66
77# Get Started
8+
9+ If you use IntelliJ IDEA, please download [ Dotenvx JetBrains Plugin] ( https://plugins.jetbrains.com/plugin/28148-dotenvx ) first,
10+ and all operations could be finished in IDE.
811
9- Download the last version of dotenvx-cli from [ dotenvx-rs] ( https://github.com/linux-china/dotenvx-rs ) ,
12+ Or download the last version of dotenvx-cli from [ dotenvx-rs] ( https://github.com/linux-china/dotenvx-rs ) ,
1013and follow the steps below to add encrypted items.
1114
1215If you want to a real Dotenvx Spring Boot demo, please check [ dotenvx-spring-boot-demo] ( https://github.com/linux-china/dotenvx-boot-demo ) .
@@ -46,7 +49,7 @@ and dotenvx start will automatically decrypt the `encrypted:` prefixed items in
4649If you are using [ Spring Debugger] ( https://www.jetbrains.com/help/idea/spring-debugger.html ) ,
4750and you will notice the decrypted value as hints in the configuration files.
4851
49- ** Note** : The private keys for ` application.properties ` are from ` $HOME/.dotenvx/.env.keys.key ` .
52+ ** Note** : The private key for ` application.properties ` is from ` $HOME/.dotenvx/.env.keys.json ` .
5053
5154# Profile support
5255
@@ -84,7 +87,7 @@ DOTENV_PRIVATE_KEY_TEST=0c8eac932150e0d51cfc59ccbd2c0613298464b2922d900b96511cf7
8487
8588- Read ` dotenv.private.key ` from ` ConfigurableEnvironment `
8689- Read ` DOTENV_PRIVATE_KEY ` in your environment variables
87- - Read private key from ` $HOME/.dotenvx/.env.keys.key ` file by the public key
90+ - Read private key from ` $HOME/.dotenvx/.env.keys.json ` file by the public key
8891- Read private key from ` .env.keys ` or ` $HOME/.env.keys ` file
8992
9093# Credits
0 commit comments