tomunix2000
Results
1
issues of
tomunix2000
I have system env from mvn like this: mvn verify -Dskip.it=false -Ddb.username=xxxx -Ddb.password=xxxxx -DpropertyFile=local.properties My properties app_host.properties is like this: ``` kafka.producer.properties=kafka_config/${propertyFile} db.url=jdbc:db2://localhost:60004/QZCSH00 db.username=${db.username} db.password=${db.password} db.driver=com.ibm.db2.jcc.DB2Driver ``` My test case:...
help wanted