-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
springboot 3 + apollo client无法创建本地缓存文件 #5592
Copy link
Copy link
Closed
apolloconfig/apollo-java
#136Labels
area/clientapollo-clientapollo-clientbugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.status/need-feedbackissue need to feedbackissue need to feedback
Metadata
Metadata
Assignees
Labels
area/clientapollo-clientapollo-clientbugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.status/need-feedbackissue need to feedbackissue need to feedback
看了一下,原因应该是ClassLoaderUtil中的部分逻辑不再适用于spring boot3
static {
if (loader == null) {
logger.warn("Using system class loader");
loader = ClassLoader.getSystemClassLoader();
}
springboot3中获取到的classPath不再包含.jar! 而是 .jar