摘要: 项目中有系统IP字段,现将string转List存入数据库,每个功能块持久层实现方法不一样(分为jpa和mp) jpa: @Convert(converter = JpaConverterListJson.class) private List<String> hostIp; public clas 阅读全文
posted @ 2021-02-05 16:27 edda_huang 阅读(706) 评论(0) 推荐(0)