springboot要在pom.xml中加的依赖

发布时间:2022-07-05 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了springboot要在pom.xml中加的依赖脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

<parent> <groupId>org.sPRingframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.5</version> <relativePath/> </parent>

<dePEndencies> <!--web --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency>

<!--导入工具包--> <dependency> <groupId>com.qcloud</groupId> <artifactId>cos_api</artifactId> <version>5.6.15</version> </dependency>

<dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.4</version> </dependency>

<dependency> <groupId>org.apache.COMmons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version> </dependency>

<dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> </dependency>

<!-- Spring Boot JDBC --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency>

<dependency> <groupId>MySQL</groupId> <artifactId>;mySQL-connector-java</artifactId> </dependency> </dependencies>

脚本宝典总结

以上是脚本宝典为你收集整理的springboot要在pom.xml中加的依赖全部内容,希望文章能够帮你解决springboot要在pom.xml中加的依赖所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。