We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I put my config.properties file in src/test/resources/config.properties at intellij IDE.
When i initiaze this code
@Config.Sources({"classpath:config.properties"}) public interface PropertiesManager extends Config {
It cannot be found the file but the file is located at target/test-classes/config.properties. It just cannot find the file.
How to declare properly. Thanks. Please help.
The text was updated successfully, but these errors were encountered:
@peterwkc85 Read the docs, check the examples.
Sorry, something went wrong.
No branches or pull requests
I put my config.properties file in src/test/resources/config.properties at intellij IDE.
When i initiaze this code
@Config.Sources({"classpath:config.properties"}) public interface PropertiesManager extends Config {
It cannot be found the file but the file is located at target/test-classes/config.properties. It just cannot find the file.
How to declare properly. Thanks. Please help.
The text was updated successfully, but these errors were encountered: