Home >Java >javaTutorial >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>
<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!