Skip to content

Commit 3ad934f

Browse files
committed
docs: add Dotenvx JetBrains plugin
1 parent 8677164 commit 3ad934f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ dotenvx-spring-boot
55
or `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,
1011
and all operations could be finished in IDE.
1112

1213
Or download the last version of dotenvx-cli from [dotenvx-rs](https://github.com/linux-china/dotenvx-rs),
1314
and 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

0 commit comments

Comments
 (0)