Loading pom.xml +8 −0 Original line number Diff line number Diff line Loading @@ -449,6 +449,14 @@ <parallel>none</parallel> <runOrder>alphabetical</runOrder> <forkCount>1</forkCount> <reuseForks>false</reuseForks> <!-- <argLine>-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${project.build.directory}/heap.hprof</argLine> <systemPropertyVariables> <spring.test.context.cache.maxSize>8</spring.test.context.cache.maxSize> <logging.level.org.springframework.test.context.cache>TRACE</logging.level.org.springframework.test.context.cache> </systemPropertyVariables> --> </configuration> </plugin> <plugin> Loading Loading
pom.xml +8 −0 Original line number Diff line number Diff line Loading @@ -449,6 +449,14 @@ <parallel>none</parallel> <runOrder>alphabetical</runOrder> <forkCount>1</forkCount> <reuseForks>false</reuseForks> <!-- <argLine>-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${project.build.directory}/heap.hprof</argLine> <systemPropertyVariables> <spring.test.context.cache.maxSize>8</spring.test.context.cache.maxSize> <logging.level.org.springframework.test.context.cache>TRACE</logging.level.org.springframework.test.context.cache> </systemPropertyVariables> --> </configuration> </plugin> <plugin> Loading