Heim >Java >javaLernprogramm >So integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot

So integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot

王林
王林nach vorne
2023-05-11 14:46:061039Durchsuche

So integrieren Sie JQuery- und 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>

So integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot

So integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot

So integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot

<link>
 
<script></script>
<script></script>

Das obige ist der detaillierte Inhalt vonSo integrieren Sie JQuery- und Bootstrap-Frameworks in Springboot. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:yisu.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen