“Spring Boot”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
| 第16行: | 第16行: | ||
!artifactId | !artifactId | ||
!描述 | !描述 | ||
| − | |||
| − | |||
|- | |- | ||
|<syntaxhighlight lang="xml"> | |<syntaxhighlight lang="xml"> | ||
| 第24行: | 第22行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | | | + | |spring-boot-starter核心包 |
| − | |||
| − | |||
|- | |- | ||
| − | |||
| − | |||
| | | | ||
| | | | ||
|- | |- | ||
| − | |||
| − | |||
| | | | ||
| | | | ||
2022年12月21日 (三) 06:40的版本
https://spring.io/projects/spring-boot
Starter列表
| artifactId | 描述 |
|---|---|
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
|
spring-boot-starter核心包 |
Spring Boot Console Application
改连接池
多数据源怎么连?
什么是JPA?
Mybatis怎么连?
Mybatis-Plus 怎么连?