您现在的位置是:网站首页 > 学无止境

SpringBoot_web开发-webjars&静态资源映射规则

ImdaM 2023-03-27 17:46:13 0人围观
简介pringBoot:web开发-webjars&静态资源映射规则 classpath:/META-INFO/resource/webjars/以jar资源方式引入静态资源https://www.webjars.org/举例:jquery前端框架SpringBootweb开发webjars

SpringBoot:web开发-webjars&静态资源映射规则

classpath:/META-INFO/resource/webjars/以jar资源方式引入静态资源

https://www.webjars.org/举例:jquery前端框架

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jquery</artifactId>
    <version>3.1.1</version>
</dependency>

http://localhost:8080/webjars/jquery/3.1.1/src/jquery.js

上一篇:springboot @ConfigurationProperties与@Value区别

下一篇:linux定时计划任务Crontab运行php

文章评论