摘要:
@JsonFormat(pattern = "yyyy-MM-dd")@DateTimeFormat(pattern = "yyyy-MM-dd")private Date evaluationDate; 阅读全文
摘要:
@JsonFormat(pattern= "yyyy-MM-dd") 阅读全文
摘要:
{"allIds":[98,100,105,106,107,101,108,109,110,102,111,112,128,103,113,114,115,116,117,118,119,120,121,122],"ids":[98,100,105,106,107,101,108,109,110,1 阅读全文
摘要:
https://blog.csdn.net/u012834240/article/details/106299405/ 阅读全文
摘要:
<!-- hibernate validator--><dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.1.0.Final</version></de 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/459742138 阅读全文
摘要:
https://blog.csdn.net/qq_42108331/article/details/130954271 阅读全文
摘要:
obj.getClass().getAnnotation(Table.class).name(); 阅读全文
摘要:
SELECT concat( '\n/**\n', ' * ', v.column_comment, '\n', ' */\n', 'private ', v.dataType, ' ', v.column_name, ';' ) resultData FROM ( SELECT CASE WHEN 阅读全文