这篇文章主要介绍了怎么在springboot中整合jquery和bootstrap框架的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇怎么在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" rel="external nofollow" >
<script src="webjars/jquery/jquery.js"></script>
<script src="webjars/bootstrap/js/bootstrap.js"></script>
关于“怎么在springboot中整合jquery和bootstrap框架”这篇文章的内容就介绍到这里,感谢各位的阅读!相信大家对“怎么在springboot中整合jquery和bootstrap框架”知识都有一定的了解,大家如果还想学习更多知识,欢迎关注天达云行业资讯频道。