singleton icon indicating copy to clipboard operation
singleton copied to clipboard

[JAVA Client] vipconfig.properties file outside of java client jar can’t be load

Open InaSong opened this issue 1 year ago • 0 comments

There is a vipconfig.properties file inside java client, but it's just for test, product need define config for their product, their self-defined config is outside of java client library, and if the config name is also 'vipconfig', it can't be loaded. So product want to rename the config file , but VIPComponentFilter, VIPPatternFilter, MessageTag can't support customized config name. So need change above 3 classes to support customized config name.

InaSong avatar Oct 12 '23 06:10 InaSong