知群產(chǎn)品經(jīng)理29期
2022-12-14 12:48 作者:bili_1559000721 | 我要投稿
? ? ? ?return WebApplicationType.REACTIVE;
? ?}
? ?for (String className : WEB_ENVIRONMENT_CLASSES) {
? ? ? ?if (!ClassUtils.isPresent(className, null)) {
? ? ? ? ? ?return WebApplicationType.NONE;
? ? ? ?}
? ?}
? ?return WebApplicationType.SERVLET;}
標(biāo)簽: