Varun Tandon
Results
1
issues of
Varun Tandon
I am trying to run the below command to start a springboot application ```shell java -Dlog4j.configuration=file:///log4j.properties -Dspring.profiles.active=local -cp ./target/app-1.0.0-SNAPSHOT-jar-with-dependencies.jar MainClass ``` the jar above is prepared using maven-assembly-plugin the configuration...
waiting-for-triage