1
helloword001 OP 我顶
|
![]() |
2
kapaseker 41 天前
虽然我是写 Kotlin-Android 的,但是有人用 guava 吗?
|
3
helloword001 OP @kapaseker 没
|
![]() |
4
superchijinpeng 41 天前
All in kt 了
|
5
CodeCodeStudy 41 天前
hutool-all ,版本 5
|
6
yazinnnn0 41 天前
arrow-kt
|
7
dcsuibian 41 天前
All in Spring
|
8
helloword001 OP @dcsuibian 是 springboot 把
|
9
lyxeno 41 天前
按需使用
通用工具库主要就 apache commons ,偶尔会用 hutool 。 |
![]() |
10
VersionGod1 41 天前
hutool
|
11
helloword001 OP @lyxeno 你好,大佬,我有个疑问,怎么按需使用啊,是写某个功能之前先查查资料,有没有第三方库吗
|
12
yooomu 41 天前
优先使用 springboot 自带的工具类,没有的用 hutool
|
13
WashFreshFresh 41 天前
java 不知道,我们都是写 spring 项目
|
![]() |
14
Meld 41 天前 ![]() 写 java 有不用 guava 和 commons-lang3 的吗?
|
![]() |
15
weenhall5 41 天前
优先 apache 下面的库,然后开源里面大厂的库,然后考虑其他边缘开源的库
|
![]() |
16
Romic 41 天前
hutool fastjson2 satoken knife4j redis
|
17
lyxeno 41 天前
@helloword001 比如你要用到 json 序列化反序列化,去查资料或者询问 ai ,一般就会给你推荐 jackson 。
业务上的很少有开箱即用的第三方库。 |
![]() |
18
EscYezi 41 天前
eclipse collections
hutool easyexcel mybatis-plus jackson 用 spring 的话已经是默认选项了 |
![]() |
19
issakchill 41 天前
streamex mapstruct
|
20
jackOff 41 天前
话说 2025 年从 0 开始手搓安卓、web 的 spring 或者 java 或者 kotlin 项目一般用哪些依赖库或者是架构呢,古早的老项目屎山太多了,实在不适合作为新项目的搭建脚手板
|
![]() |
21
Geraltt 41 天前
vavr
|
![]() |
22
liuqitoday 41 天前
Guava 和 Apache Commons
|
24
miaeLKK 41 天前 via Android
已经没有选择 jar 包的权利了。内外网不通,全靠内部封装
|
25
assiadamo 41 天前 ![]() 框架 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 |
26
gefangshuai 41 天前
kotlin
|
27
moefishtang 41 天前 via Android
gson
|
28
Leviathann 41 天前
kotlin std
|
29
jorneyr 41 天前
Apache, Guava
|
30
helloword001 OP 是 SpringBoot 项目
|
31
helloword001 OP 大佬们都休息了吗
|
32
chaodada 40 天前
正在学习 java 中 学习了
|
33
Richared 40 天前
apache-common 这几个还不够用么,再多就是加个 guava 了。
|
![]() |
34
abstime 23 天前
hutool
|
![]() |
35
dif 4 小时 27 分钟前
除了 spring 自带的(会尽量使用自带的),额外会加个 guava 。其他的看场景,需要 orm 就 mybatis (为啥不是 jpa ,因为对于我参与的项目都用过,最后 mybatis 最适合),需要消息队列就 kafka rabbitmq ,需要分布式锁就 redis 、zookeepr ,需要 excel 就 easyexcel ,需要 rpc 就 grpc 。
|