[JAVA-26243] Upgraded spring-di-3 module to spring-boot 3 (#14997)

This commit is contained in:
panos-kakos
2023-11-01 13:00:50 +02:00
committed by GitHub
parent 2f9acfe1d1
commit b696d205f6
17 changed files with 30 additions and 48 deletions
@@ -2,7 +2,7 @@ package com.baeldung.sampleabstract;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
public abstract class BallService {