Closed Mr-LiuDC closed 3 years ago
Thanx for the project example 👍
I was able to reproduce it with the given Spring Boot version. I'm gonna let you know when the snapshot version is ready, so that you could check if the issue is resolved for your project.
@Mr-LiuDC The snapshot version had been released: 2.4.2-SNAPSHOT. It's available on Sonatype's snapshot repository, which you can add to your POM file:
<repositories>
<repository>
<id>snapshots-repo</id>
<name>Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Let me know if this resolves the auto-configuration issue on the application startup
Yes, then I use version 2.4.2-SNAPSHOT, it resolves the auto-configuration issue on the application startup.
Thanks.
The 2.4.2 version has been released to Maven Central
pom.xml
main class
cache layer
error logs here