av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

在Spring Boot中從類(lèi)路徑加載文件的示例

瀏覽:97日期:2023-08-09 11:23:24

資源加載器

使用Java,您可以使用當(dāng)前線(xiàn)程的classLoader并嘗試加載文件,但是Spring Framework為您提供了更為優(yōu)雅的解決方案,例如ResourceLoader。

您只需要自動(dòng)連接ResourceLoader,然后調(diào)用getResource(„somePath“)方法即可。

在Spring Boot(WAR)中從資源目錄/類(lèi)路徑加載文件的示例

在以下示例中,我們從類(lèi)路徑中加載名為GeoLite2-Country.mmdb的文件作為資源,然后將其作為File對(duì)象檢索。

@Service('geolocationservice') public class GeoLocationServiceImpl implements GeoLocationService { private static final Logger LOGGER = LoggerFactory.getLogger(GeoLocationServiceImpl.class); private static DatabaseReader reader = null; private ResourceLoader resourceLoader; @Autowired public GeoLocationServiceImpl(ResourceLoader resourceLoader) { this.resourceLoader = resourceLoader; } @PostConstruct public void init() { try { LOGGER.info('GeoLocationServiceImpl: Trying to load GeoLite2-Country database...'); Resource resource = resourceLoader.getResource('classpath:GeoLite2-Country.mmdb'); File dbAsFile = resource.getFile(); // Initialize the reader reader = new DatabaseReader .Builder(dbAsFile) .fileMode(Reader.FileMode.MEMORY) .build(); LOGGER.info('GeoLocationServiceImpl: Database was loaded successfully.'); } catch (IOException | NullPointerException e) { LOGGER.error('Database reader cound not be initialized. ', e); } } @PreDestroy public void preDestroy() { if (reader != null) { try { reader.close(); } catch (IOException e) { LOGGER.error('Failed to close the reader.'); } } } }

在Spring Boot(JAR)中從資源目錄/類(lèi)路徑加載文件的示例

如果您想從Spring Boot JAR中的 classpath加載文件,則必須使用該resource.getInputStream()方法將其作為InputStream檢索。如果嘗試使用resource.getFile()該方法,則會(huì)收到錯(cuò)誤消息,因?yàn)镾pring嘗試訪(fǎng)問(wèn)文件系統(tǒng)路徑,但無(wú)法訪(fǎng)問(wèn)JAR中的路徑。

@Service('geolocationservice') public class GeoLocationServiceImpl implements GeoLocationService { private static final Logger LOGGER = LoggerFactory.getLogger(GeoLocationServiceImpl.class); private static DatabaseReader reader = null; private ResourceLoader resourceLoader; @Inject public GeoLocationServiceImpl(ResourceLoader resourceLoader) { this.resourceLoader = resourceLoader; } @PostConstruct public void init() { try { LOGGER.info('GeoLocationServiceImpl: Trying to load GeoLite2-Country database...'); Resource resource = resourceLoader.getResource('classpath:GeoLite2-Country.mmdb'); InputStream dbAsStream = resource.getInputStream(); // <-- this is the difference // Initialize the reader reader = new DatabaseReader .Builder(dbAsStream) .fileMode(Reader.FileMode.MEMORY) .build(); LOGGER.info('GeoLocationServiceImpl: Database was loaded successfully.'); } catch (IOException | NullPointerException e) { LOGGER.error('Database reader cound not be initialized. ', e); } } @PreDestroy public void preDestroy() { if (reader != null) { try { reader.close(); } catch (IOException e) { LOGGER.error('Failed to close the reader.'); } } } }

以上就是在Spring Boot中從類(lèi)路徑加載文件的示例的詳細(xì)內(nèi)容,更多關(guān)于spring boot 加載文件的資料請(qǐng)關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 东京av男人的天堂 | 日韩视频专区 | 欧美一级毛片久久99精品蜜桃 | 免费一二区 | 91毛片在线观看 | 成人av一区二区亚洲精 | www.国产精| 国产精品久久久久久久久久久久久 | 色必久久 | 国产精品国产三级国产aⅴ原创 | 欧美精品一区二区在线观看 | 国产成人精品网站 | 日韩综合网 | 欧美日韩1区2区 | 亚洲成人网在线观看 | 一级黄色片网站 | 黑色丝袜三级在线播放 | 五月天综合影院 | 午夜电影网 | 美女黄色在线观看 | 久久久精品综合 | 91精品国产综合久久久久久漫画 | 在线免费激情视频 | 亚洲香蕉| 欧美成人高清视频 | 日韩α片| 日日夜夜精品视频 | 国产你懂的在线观看 | 久久99精品久久久久久国产越南 | 国产成人精品亚洲日本在线观看 | 超碰在线人人 | 欧美日韩一区二区三区四区 | 国产有码 | 精品欧美一区二区在线观看视频 | 日本精品免费在线观看 | 亚洲一区二区三区免费在线观看 | 91精品国产高清一区二区三区 | 欧美日韩高清在线一区 | 午夜欧美日韩 | 波多野结衣在线观看一区二区三区 | 欧美日一区二区 |