Member since
09-16-2020
1
Post
0
Kudos Received
0
Solutions
10-05-2020
01:43 AM
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.
... View more