springboot 整合jquery和bootstrap 框架

Posted 红尘年少

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>

 

 

 

 

 

 

<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 框架的主要内容,如果未能解决你的问题,请参考以下文章

spring boot整合mybitas怎么配置oracle?

Spring Boot如何整合Redis

从零开始的Spring Boot(4Spring Boot整合JSP和Freemarker)

Spring Boot如何整合Redis

SpringBoot访问NoSQL和简单的Thymeleaf-Spring-Spring-boot整合

Spring Boot2 系列教程 | SpringBoot 整合 Mybatis