我试图通过使用以下代码来获取WEB-INF路径,但无法检索,我在正常的Spring Web应用程序中使用过的相同代码可以正常工作,但在Spring Boot中却没有。
String absolutePath = getClass().getProtectionDomain().getCodeSource().getLocation().getPath();
它给出了下面的路径
/D:/projects/workspace/DEV/NI/ProjectName/target/classes/