From a57dba33a6f4a35d697d5806d61e2ece481ec6bd Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sat, 30 Nov 2024 18:10:28 +0100 Subject: [PATCH] =?UTF-8?q?update=20'README.md'=20from=20=C2=BBSpring=20Bo?= =?UTF-8?q?ot=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot/README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/spring-boot/README.md b/spring-boot/README.md index 1ad1664..4fb39be 100644 --- a/spring-boot/README.md +++ b/spring-boot/README.md @@ -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