Skip to content

Commit

Permalink
update 'README.md' from »Spring Boot«
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Nov 30, 2024
1 parent 90178ee commit a57dba3
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions spring-boot/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Tested Spring Snippets

## Run Diktat or Spotless

:heavy_exclamation_mark: You need to add `--add-opens java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED` flag to the JVM.

Either by
```
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED"
```
or by Mavens `.mvn/jvm.config` file since 3.3.1+.

See also diktat [README.md](https://github.com/saveourtool/diktat#run-with-maven-using-diktat-maven-plugin).


# Tested Spring related Snippets

0 comments on commit a57dba3

Please sign in to comment.