In a maven project where should the configproperties saved to
The config.properties file can be saved in the src/main/resources folder of the Maven project. This is the standard location for resource files in Maven projects. When the project is built, the file will be included in the compiled output and can be accessed using the ClassLoader.getResourceAsStream() method.
原文地址: https://www.cveoy.top/t/topic/cQ9v 著作权归作者所有。请勿转载和采集!