“Spring Boot”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第12行: 第12行:
  
  
Starter列表
+
[[Starters]]
{| class="wikitable"
 
!artifactId
 
!描述
 
|-
 
|<syntaxhighlight lang="xml">
 
<groupId>org.springframework.boot</groupId>
 
<artifactId>spring-boot-starter-parent</artifactId>
 
</syntaxhighlight>
 
|spring-boot父pom,继承 spring-boot-dependencies,引入依赖
 
|-
 
|<syntaxhighlight lang="xml">
 
<groupId>org.springframework.boot</groupId>
 
<artifactId>spring-boot-starter</artifactId>
 
</syntaxhighlight>
 
 
|spring-boot-starter核心包
 
|}
 
  
 
[[Spring Boot Console Application]]
 
[[Spring Boot Console Application]]

2023年1月28日 (六) 12:26的版本

https://spring.io/projects/spring-boot




spring-boot-hello-world


Starters

Spring Boot Console Application

Spring Boot连MySQL

Application.yml参数注入到数组

改连接池

多数据源怎么连?

什么是JPA?

Mybatis怎么连?

Mybatis-Plus 怎么连?