使用spring-data-jpa 使用blob 存储实体的“最佳”或规范方式是什么? @Entity public class Entity { @Id private Long id; @Lob() private Blob blob; } ...
確定! 回上一頁