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

This commit is contained in:
2026-05-17 15:56:49 +08:00
parent f72aadf813
commit 7f3ef54c5e
7 changed files with 19 additions and 7 deletions

View File

@@ -46,7 +46,11 @@
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>
</dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>
<plugins>