[JAVA-26243] Upgraded spring-di-3 module to spring-boot 3 (#14997)
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user