import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;

some.properties 位于classes 下

Resource res = new ClassPathResource("some.properties");
System.out.println("res:"+res.getURI());

最新文章

  1. Spring 4 创建REST API
  2. SYSTEM表空间AUD$使用空间过大问题处理
  3. 遍历Arraylist的方法:
  4. Selenium2+python自动化10-登录案例
  5. Windows系统端口占用情况检查脚本
  6. 基于nginx和uWSGI在Ubuntu上部署Djan
  7. Barracuda VS antelope
  8. 【Linux远程管理】RDP协议远程管理
  9. JQuery replace 替换全部
  10. DEV SIT UAT
  11. poj2136
  12. JavaScript阻止事件冒泡(兼容IE、Chrome、FF)
  13. boost xpressive 例子
  14. ThinkPHP创建应用的一般开发流程
  15. [刷题]算法竞赛入门经典(第2版) 4-2/UVa201 - Squares
  16. SpringMVC学习资料
  17. Codeforces Round #300(Div. 2)-538A.str.substr 538B.不会 538C.不会 。。。
  18. Python:从入门到实践--第三章--列表简介--练习
  19. 第五章 JS典型特效
  20. Windows Server 2008 R2 下载地址

热门文章

  1. 使用JS获取当前地理位置方法汇总
  2. jquery实现背景图片动态适应
  3. TCP/IP知识总结(TCP/IP协议族读书笔记三)
  4. sqlserver字符串拆分函数
  5. Servlet Response 重定向
  6. 自定义worker的方法,及一例
  7. hdoj2859(矩阵DP)
  8. Java中的Filter
  9. Only POT texture can be compressed to PVRTC format
  10. oracle pl/sql程序