-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Spring Boot | ||
|
||
### 常看文档 | ||
|
||
- [V3.2.0 官方参考文档,没事多看看](https://docs.spring.io/spring-boot/docs/3.2.0/reference/html/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Spirng Framework | ||
|
||
### 特性 | ||
|
||
- Core technologies: dependency injection, events, resources, i18n, validation, data binding, type conversion, SpEL, AOP. | ||
|
||
- Testing: mock objects, TestContext framework, Spring MVC Test, WebTestClient. | ||
|
||
- Data Access: transactions, DAO support, JDBC, ORM, Marshalling XML. | ||
|
||
- Spring MVC and Spring WebFlux web frameworks. | ||
|
||
- Integration: remoting, JMS, JCA, JMX, email, tasks, scheduling, cache and observability. | ||
|
||
- Languages: Kotlin, Groovy, dynamic languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters