“Spring Boot”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第11行: 第11行:
  
  
 +
 +
Starter列表
 +
{| class="wikitable"
 +
!artifactId
 +
!描述
 +
!
 +
!
 +
|-
 +
|<syntaxhighlight lang="xml">
 +
<groupId>org.springframework.boot</groupId>
 +
<artifactId>spring-boot-starter</artifactId>
 +
</syntaxhighlight>
 +
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|}
  
 
[[Spring Boot Console Application]]
 
[[Spring Boot Console Application]]

2022年12月21日 (三) 06:40的版本

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




spring-boot-hello-world


Starter列表

artifactId 描述
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>

Spring Boot Console Application

Spring Boot连MySQL

改连接池

多数据源怎么连?

什么是JPA?

Mybatis怎么连?

Mybatis-Plus 怎么连?