[ad_1]
I’m working with Spring boot, and I need to use a db2 database connection, currently is configured to work with maven and properties, but first I need to create the jks file, and testing part doesn’t works because this file is not there.
this is my connection property
jdbc:db2://examplecon:80207/basejl:sslConnection=true;sslTrustStoreLocation=folder/file.jks;
How can I connect spring boot with db2 after that spring finish to set all?
[ad_2]