javaEEday05-分层解耦-IOC&DI-IOC详解

This commit is contained in:
2026-09-19 15:46:22 +08:00
parent 75d508e063
commit 374ee007f1
5 changed files with 9 additions and 7 deletions
+4
View File
@@ -47,6 +47,10 @@
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>