I have spring boot application and I want to run it in weblogic.But I have someproperties when I execute spring with jar no problem.Also I can put these properties in application.properties and turn our package to war file.But when we deploy in weblogic ,it doesnt see this parameters in application properties.
String myvalue = System.getProperty("server.servlet.contextPath"); //doesnt work in code in weblogic
How can we pass our system properties to web logic