SyntaxFix
Write A Post
Hire A Developer
Questions
The resources you put in src/main/resources will be copied during the build process to target/classes which can be accessed using:
...this.getClass().getResourceAsStream("/config.txt");