Defining System Properties in Spring Boot Plugin
问题 I would like to specify some system properties in my applicatio (deterined at compile time). I am using the spring boot maven plugin to compile Currently, according to this questions: Specify system property to Maven project I tried the following setup (however this does not work as it is for a different plugin) <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <mainClass>application.boot.AppStarter</mainClass>