Apache Commons Lang 默认带有 Spring Boot?

Apache Commons Lang comes by default with Spring Boot?

我的项目要求从 build.gradle 中删除 实施组:'org.apache.commons',名称:'commons-lang3',版本:'3.0' 而不是使用 apache commons lang(默认情况下 Spring Boot)。

我不知道包结构,所以我可以从描述的库中导入 StringUtils。谁能给我提示?

查看 API 文档。 https://commons.apache.org/proper/commons-lang/javadocs/api-release/index.html

搜索“StringUtils”