commit bc588d6fe91acc26ce9e831fc23ce260ebf8337e Author: wonder Date: Wed Oct 8 01:09:46 2025 +0800 添加 Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..2a839de --- /dev/null +++ b/Home.md @@ -0,0 +1,3 @@ +1. `spring-boot-starter-web`:用于开发Web应用,包含Spring MVC和内嵌的Tomcat服务器。 +2. `spring-boot-starter-mail`:用于发送邮件的功能,集成JavaMail。 +3. `spring-boot-starter-test`:用于单元测试和集成测试,包含JUnit、Mockito等测试工具。 \ No newline at end of file