当前位置:网站首页>Lombok use
Lombok use
2022-06-24 08:42:00 【Simon66991】
Compiler installation
Lombok、GsonformatPlusTwo plug-ins
Create in project rootlombok.configFill in :
lombok.anyConstructor.suppressConstructorProperties=true
gradle add to
// root directory
//@Data
buildscript {
dependencies {
classpath 'org.projectlombok:lombok:1.18.0'
}
}
// Module directory
dependencies {
//@Data
compileOnly 'org.projectlombok:lombok:1.18.16'
annotationProcessor 'org.projectlombok:lombok:1.18.16'
//@JsonProperty("total")
compile 'com.fasterxml:jackson-xml-databind:0.6.2'
}
Entity class
ALT + INSchooseGsonformatPlusUse
边栏推荐
- MATLAB Camera Calibrator相机标定
- "Wechat cloud hosting" first practical battle | introduction to minimalist demo
- Vscode install the remote -wsl plug-in to connect to the local WSL
- "Adobe international certification" Photoshop software, about drawing tutorial?
- Rescue system -- the application of read-write separation
- How to implement approval function in Tekton
- Shell array
- Pyqt common system events
- Fundamentals of 3D mathematics [17] inverse square theorem
- JS to get the last element of the array
猜你喜欢
随机推荐
Common CVM transcribes audio using virtual sound card
IIS build wordpress5.7 manually
定时备份数据库脚本
Scénarios d'utilisation de la promesse
JUC personal simple notes
Redis的Cluster集群数据倾斜
Promise的使用场景
Cloudbase database migration scheme
App Startup
5分钟,客服聊天处理技巧,炉火纯青
【生活思考】计划与自律
Matlab求解线性方程组Ax=b
AUTO PWN
2021-06-25: a batch of strings consisting only of lowercase letters (a~z) are put
(PKCS1) RSA 公私钥 pem 文件解析
Fund raising, trading and registration
OpenCV to realize the basic transformation of image
How to configure networkpolicy for nodeport in kubernetes
中国芯片独角兽公司
Qmenu response in pyqt









