File tree Expand file tree Collapse file tree
spring-data-eclipse-store-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525
26- <mainClass >software.xdev.Application </mainClass >
26+ <mainClass >software.xdev.spring.data.eclipse.store.demo.complex.ComplexDemoApplication </mainClass >
2727
2828 <org .springframework.boot.version>3.2.2</org .springframework.boot.version>
2929 </properties >
8080 <groupId >org.springframework.boot</groupId >
8181 <artifactId >spring-boot-maven-plugin</artifactId >
8282 <version >${org.springframework.boot.version} </version >
83+ <configuration >
84+ <mainClass >${mainClass} </mainClass >
85+ <jvmArguments >
86+ --add-opens java.base/java.util=ALL-UNNAMED
87+ --add-opens java.base/java.time=ALL-UNNAMED
88+ </jvmArguments >
89+ </configuration >
8390 </plugin >
8491 </plugins >
8592 </build >
You can’t perform that action at this time.
0 commit comments