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

Spring Boot参考教程(七)Spring Boot Jar方式读取资源文件

时间:2017-10-11 22:34:01      阅读:1508      评论:0      收藏:0      [点我收藏+]

标签:ref   研究   lan   问题   运行   https   targe   target   nbsp   

5. Spring Boot Jar方式读取资源文件

 

2.2.2章节中已说明SpringBoot的一个特性就是独立运行,内嵌Servlet容器。

Spring Boot工程以jar方式独立运行开发时会遇到一些问题,本章节主要说明读取静态资源文件的问题。

注:SpringBoot打包为jar启动时不会将jar解压,所以不能以获取文件路径的方式读取资源文件,而是要直接获取文件流,且读取文件流时使用的类加载器要用ClassUtils.class.getClassLoader()的加载器,具体和SpringBoot以jar方式启动的加载器用途有关,感兴趣自己研究。

编写代码如下:

技术分享

技术分享

将工程打成jar

技术分享

jar启动

技术分享

访问测试:

技术分享

 

<实例代码>

Github:https://github.com/chunyuding/SpringBoot-Demo

https://github.com/chunyuding/SpringBoot-Demo.git

码云:https://gitee.com/dingchunyu/SpringBoot-Demo

      https://gitee.com/dingchunyu/SpringBoot-Demo.git

 

<推荐书籍>

 百度云:http://pan.baidu.com/s/1qYA0Nxi

Spring Boot参考教程(七)Spring Boot Jar方式读取资源文件

标签:ref   研究   lan   问题   运行   https   targe   target   nbsp   

原文地址:http://www.cnblogs.com/dingchunyu/p/7653048.html

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