美文网首页
spring-boot 路径文件问题

spring-boot 路径文件问题

作者: 光小月 | 来源:发表于2019-12-10 15:28 被阅读0次

    https://www.jianshu.com/p/40b4dd7013eb

    加载配置文件的原理
    https://www.jb51.net/article/173537.htm

    获取根目录
    http://www.outshine.cn/view/25

    Java中获取项目根路径和类加载路径的7种方法

    (1):this.getClass().getResource("/");

    (2):file.getCanonicalPath();

    (3):this.getClass().getClassLoader();

    (4):System.getProperty("user.dir");

    (5):System.getProperty("java.class.path");

    (6):Thread.currentThread().getContentClassLoader();

    (7):request.getSession().getServletContext();

    相关文章

      网友评论

          本文标题:spring-boot 路径文件问题

          本文链接:https://www.haomeiwen.com/subject/kjlgwctx.html