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

springboot 整合jquery和bootstrap 框架

时间:2019-12-10 22:45:25      阅读:1101      评论:0      收藏:0      [点我收藏+]

标签:boot   style   cat   spring   info   code   web   bootstra   org   

技术图片

 

 

     <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>

技术图片

 

 技术图片

 

 技术图片

 

 

<link rel="stylesheet" href="webjars/bootstrap/css/bootstrap.css">
 
 
<script src="webjars/jquery/jquery.js"></script>
<script src="webjars/bootstrap/js/bootstrap.js"></script>

 

springboot 整合jquery和bootstrap 框架

标签:boot   style   cat   spring   info   code   web   bootstra   org   

原文地址:https://www.cnblogs.com/my-program-life/p/12019320.html

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