Spring boot JPA use

Spring boot JPA using Reference: https://www.cnblogs.com/ityouknow/p/5891443.html
Q: Set Default database work, use jpa is inserted null?
A: add annotations on the entity class @DynamicInsert @DynamicUpdate

Guess you like

Origin blog.csdn.net/DPnice/article/details/89025618