News

First, create a spring boot project with https://start.spring.io. Add the Web dependency. Set the groupId and artifactId to whatever you want. In this example we chose no.kantega and spring-and-react.
The spring boot maven plugin rewrites the jars that a build creates when executing the spring-boot:process-test-aot goal. This goal is dependent on the maven-wide 'skipTests' and 'maven.test.skip' ...