是 SpringBoot 项目

我顶

虽然我是写 Kotlin-Android 的,但是有人用 guava 吗?

All in kt 了

hutool-all ,版本 5

arrow-kt

All in Spring

是 springboot 把

按需使用
通用工具库主要就 apache commons ,偶尔会用 hutool 。

hutool

你好,大佬,我有个疑问,怎么按需使用啊,是写某个功能之前先查查资料,有没有第三方库吗

优先使用 springboot 自带的工具类,没有的用 hutool

java 不知道,我们都是写 spring 项目

写 java 有不用 guava 和 commons-lang3 的吗?

优先 apache 下面的库,然后开源里面大厂的库,然后考虑其他边缘开源的库

hutool fastjson2 satoken knife4j redis

比如你要用到 json 序列化反序列化,去查资料或者询问 ai ,一般就会给你推荐 jackson 。
业务上的很少有开箱即用的第三方库。

eclipse collections
hutool
easyexcel
mybatis-plus
jackson 用 spring 的话已经是默认选项了

streamex mapstruct

话说 2025 年从 0 开始手搓安卓、web 的 spring 或者 java 或者 kotlin 项目一般用哪些依赖库或者是架构呢,古早的老项目屎山太多了,实在不适合作为新项目的搭建脚手板

vavr

Guava 和 Apache Commons

+1

已经没有选择 jar 包的权利了。内外网不通,全靠内部封装

框架 netty springboot guice
orm mybatis jooq
db 连接池 hikaricp
json jackson
xml dom4j
爬网页 jsoup
redis jedis redison lettuce
协议/rpc protobuf grpc
通用 guava commons-util commons-io
日志 slf4j logback
反射/字节码增强 cglib javaassit
够写大型项目了,如果涉及到中间件调用会有推荐的 sdk

kotlin

gson

kotlin std

Apache, Guava

是 SpringBoot 项目