当前位置:网站首页>Website_ Collection

Website_ Collection

2022-04-23 16:51:00 Kramer_ one hundred and forty-nine

yaml Interface document

Look at the document recommendation :
swagger
Write a document to recommend :
Eolink

Tool class

Hutool

BeanUtil

1、 Property copy

// The first parameter is the source object , The second parameter is the target object , Subsequent parameters are attribute names that need to be ignored 
BeanUtil.copyProperties(defaultConfig, courseConfig, "id");

Java Swing Charting

JFreeChart

Reference article
Supplementary reference

Complex scheduled tasks

Simple scheduled tasks use @Schedule Annotation complete
quartz

Linux

Pagoda tutorial

IDEA plug-in unit

tabnine

Reduce the workload of NIMA 10000 lines

版权声明
本文为[Kramer_ one hundred and forty-nine]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231359460130.html