Home > Java > javaTutorial > How to integrate jquery and bootstrap frameworks in springboot

How to integrate jquery and bootstrap frameworks in springboot

王林
Release: 2023-05-11 14:46:06
forward
1084 people have browsed it

How to integrate jquery and bootstrap frameworks in springboot

<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>
Copy after login

How to integrate jquery and bootstrap frameworks in springboot

How to integrate jquery and bootstrap frameworks in springboot

How to integrate jquery and bootstrap frameworks in springboot

<link>
 
<script></script>
<script></script>
Copy after login

The above is the detailed content of How to integrate jquery and bootstrap frameworks in springboot. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template