2026-06-05 代码优化更新

This commit is contained in:
Hello-hao
2026-06-05 19:29:45 +08:00
parent b1144862a2
commit c273ae4d25
@@ -38,8 +38,8 @@ public class SpringContextHolder implements ApplicationContextAware {
private static void assertApplicationContext() {
if (SpringContextHolder.applicationContext == null) {
throw new RuntimeException("applicaitonContext属性为null,请检查是否注入了SpringContextHolder!");
throw new RuntimeException("applicationContext属性为null,请检查是否注入了SpringContextHolder!");
}
}
}
}