File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/main/java/com/intellidev/ai/service Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5252 <version >0.18.2</version >
5353 </dependency >
5454
55+ <!-- Jakarta Annotations (for @PostConstruct in Spring Boot 3) -->
56+ <dependency >
57+ <groupId >jakarta.annotation</groupId >
58+ <artifactId >jakarta.annotation-api</artifactId >
59+ <version >2.1.1</version >
60+ </dependency >
61+
5562 <!-- Testing -->
5663 <dependency >
5764 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 77import org .springframework .beans .factory .annotation .Value ;
88import org .springframework .stereotype .Service ;
99
10- import javax .annotation .PostConstruct ;
10+ import jakarta .annotation .PostConstruct ;
1111import java .time .Duration ;
1212import java .util .ArrayList ;
1313import java .util .List ;
You can’t perform that action at this time.
0 commit comments