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

How to integrate jquery and bootstrap frameworks in springboot

王林
王林forward
2023-05-11 14:46:061039browse

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>

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>

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!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete