Closed AntonyM55 closed 3 years ago
Hi @AntonyM55
The quickfixj Spring Boot starter uses the PathMatchingResourcePatternResolver
to load the config file. The configuration is resolved using the following approach:
quickfixj.server.config
or quickfixj.client.config
property.quickfixj.server.config
or quickfixj.server.config
system property.quickfixj-server.cfg
or quickfixj-client.cfg
file in the working directory or at the root of the classpath.If you want to use a file, you will need to prefix it with file:
, so in your case file:/root/quickfixj-client.cfg
Thank you very much!
If I change the config path to different file such as /root/quickfixj-client.cfg, it doesn't work.
quickfixj: client: config: /root/quickfixj-client.cfg