springboot获取静态资源的路径
String path = ClassUtils.getDefaultClassLoader().getResource("").getPath();
通过这种方式可以获取静态资源的路径
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/p/13214231.html
String path = ClassUtils.getDefaultClassLoader().getResource("").getPath();
通过这种方式可以获取静态资源的路径
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/p/13214231.html