码迷,mamicode.com
首页 > 编程语言 > 详细

Spring中PropertiesLoaderUtils应用

时间:2020-01-13 14:43:25      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:成长   asp   files   分布   int   log   filesyste   src   color   

        FileSystemResource fileSystemResource =new FileSystemResource("D:/home/conf/mail.properties");
        Properties properties = PropertiesLoaderUtils.loadProperties(fileSystemResource);
        System.out.println("从文件系统读:"+properties);


        ClassPathResource classPathResource = new ClassPathResource("jasperreports.properties");
        Properties properties1 = PropertiesLoaderUtils.loadProperties(classPathResource);
        System.out.println("从类路径读:"+properties1);

微信公众号

技术图片
JAVA程序猿成长之路
分享资源,记录程序猿成长点滴。专注于Java,Spring,SpringBoot,SpringCloud,分布式,微服务。

Spring中PropertiesLoaderUtils应用

标签:成长   asp   files   分布   int   log   filesyste   src   color   

原文地址:https://www.cnblogs.com/niugang0920/p/12187020.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!