https://www.jianshu.com/p/40b4dd7013eb
加载配置文件的原理
https://www.jb51.net/article/173537.htm
获取根目录
http://www.outshine.cn/view/25
(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();
网友评论