Commit fd7f1620 authored by Quxl's avatar Quxl

x

parent 9f588e72
......@@ -42,10 +42,10 @@ public class SAPServiceFactory {
@Value("${schneider.password}")
private String password;
@Value("CLIENT_KEYSTORE.FILEPATH")
@Value("${CLIENT_KEYSTORE.FILEPATH}")
private String keyStoreFile;
@Value("CLIENT_KEYSTORE.PASSWORD")
@Value("${CLIENT_KEYSTORE.PASSWORD}")
private String keyStorePassword;
public <T> T create(Class<T> requiredType, URL wsdlLocation, QName serviceQName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment