Hi,
Can you explain how can I use config files inside code which are defined under src/main/resources folder ?
I tried using standard Java approach via getResourceAsStream() or getResource() methods to access resources under classpath. But in Ni-fi, while execution it outputs IllegalArgumentException.