Skip to content

Commit cf0dd43

Browse files
committed
add module config to jvm args
1 parent 032e43c commit cf0dd43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<plugin>
6464
<groupId>org.springframework.boot</groupId>
6565
<artifactId>spring-boot-maven-plugin</artifactId>
66+
<configuration>
67+
<jvmArguments>--add-opens java.base/java.lang=ALL-UNNAMED</jvmArguments>
68+
</configuration>
6669
</plugin>
6770
</plugins>
6871
</build>

0 commit comments

Comments
 (0)