File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ 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,
8+
9+ If you use IntelliJ IDEA, please download [ Dotenvx JetBrains Plugin] ( https://plugins.jetbrains.com/plugin/28148-dotenvx )
10+ first,
1011and all operations could be finished in IDE.
1112
1213Or download the last version of dotenvx-cli from [ dotenvx-rs] ( https://github.com/linux-china/dotenvx-rs ) ,
1314and follow the steps below to add encrypted items.
1415
15- If you want to a real Dotenvx Spring Boot demo, please check [ dotenvx-spring-boot-demo] ( https://github.com/linux-china/dotenvx-boot-demo ) .
16+ If you want to a real Dotenvx Spring Boot demo, please
17+ check [ dotenvx-spring-boot-demo] ( https://github.com/linux-china/dotenvx-boot-demo ) .
1618
1719``` bash
1820$ cd spring-boot-project-dir
@@ -96,6 +98,8 @@ DOTENV_PRIVATE_KEY_TEST=0c8eac932150e0d51cfc59ccbd2c0613298464b2922d900b96511cf7
9698
9799# References
98100
101+ * [ Dotenvx JetBrains Plugin] ( https://plugins.jetbrains.com/plugin/28148-dotenvx/ ) : Dotenvx JetBrains IDE plugin with
102+ Spring Boot support
99103* [ Dotenvx] ( https://dotenvx.com/ ) : encrypts your .env files, limiting their attack vector while retaining their
100104 benefits.
101105* [ dotenvx-rs] ( https://github.com/linux-china/dotenvx-rs ) : Dotenvx Rust SDK/CLI
You can’t perform that action at this time.
0 commit comments