商城首页欢迎来到中国正版软件门户

您的位置:首页 > 编程开发 >怎么在springboot中整合jquery和bootstrap框架

怎么在springboot中整合jquery和bootstrap框架

  发布于2023-05-15 阅读(0)

扫一扫,手机访问

怎么在springboot中整合jquery和bootstrap框架

<dependency>
      <groupId>org.webjars</groupId>
      <artifactId>jquery</artifactId>
      <version>3.4.1</version>
    </dependency>

    <dependency>
      <groupId>org.webjars</groupId>
      <artifactId>bootstrap</artifactId>
      <version>3.3.7</version>
    </dependency>

    <!-- https://mvnrepository.com/artifact/org.webjars/webjars-locator -->
    <dependency>
      <groupId>org.webjars</groupId>
      <artifactId>webjars-locator</artifactId>
      <version>0.32</version>
    </dependency>

怎么在springboot中整合jquery和bootstrap框架

怎么在springboot中整合jquery和bootstrap框架

怎么在springboot中整合jquery和bootstrap框架

<link rel="stylesheet" href="webjars/bootstrap/css/bootstrap.css" rel="external nofollow" >
 
<script src="webjars/jquery/jquery.js"></script>
<script src="webjars/bootstrap/js/bootstrap.js"></script>
本文转载于:https://www.yisu.com/zixun/476048.html 如有侵犯,请联系admin@zhengruan.com删除

热门关注