Skip to content

Instantly share code, notes, and snippets.

View dominikbrandon's full-sized avatar

Dominik Grzelak dominikbrandon

View GitHub Profile
[domin@domin-hp commandlineJson]$ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< com.sap.apimgmt.analytics:commandlineJson >--------------
[INFO] Building commandlineJson 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commandlineJson ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commandlineJson ---
package com.dominikbrandon.propertiesdemo;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PropertiesDemoApplication implements CommandLineRunner {