Spring Boot入门教程(三十一): 自定义Starter

Posted vbirdbest

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot入门教程(三十一): 自定义Starter相关的知识,希望对你有一定的参考价值。

分享一个朋友的人工智能教程(请以“右键”->"在新标签页中打开连接”的方式访问)。比较通俗易懂,风趣幽默,感兴趣的朋友可以去看看。

在springboot中,使用的最多的就是starter。starter可以理解为一个可拔插式的插件,例如,你想使用jdbc插件,那么可以使用spring-boot-starter-jdbc;如果想使用mongodb,可以使用spring-boot-starter-data-mongodb。 自定义starter

  • 自定义starter
  • 使用starter

1. 创建一个maven工程(maven-archetype-quickstart)

注意artifactId的命名规则,Spring官方Starter通常命名为spring-boot-starter-name如 spring-boot-starter-web, Spring官方建议非官方Starter命名应遵循name-spring-boot-starter的格式, 如mybatis-spring-boot-starter。这里创

以上是关于Spring Boot入门教程(三十一): 自定义Starter的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot2 系列教程(二十一) | 自动配置原理

Spring Boot入门教程(三十六):支付宝集成-当面付

Spring Boot教程(三十三)使用Redis数据库

Spring Boot教程(三十四)使用Redis数据库

《C#零基础入门之百识百例》(三十一)方法定义 -- 猜数游戏

Spring Boot教程(三十五)使用MongoDB数据库