We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a19d9d commit 344cbe7Copy full SHA for 344cbe7
spring-di/pom.xml
@@ -93,8 +93,9 @@
93
</profiles>
94
95
<properties>
96
- <start-class>org.baeldung.org.baeldung.sample.App</start-class>
97
- <aspectjweaver.version>1.9.20.1</aspectjweaver.version>
+ <start-class>com.baeldung.sample.App</start-class>
+ <spring-boot.version>3.5.7</spring-boot.version>
98
+ <aspectjweaver.version>1.9.25</aspectjweaver.version>
99
</properties>
100
101
</project>
0 commit comments