Mapstruct, Lombok - org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: NULL not allowed for column “CREATED_DATE”; SQL statement:

前端 未结 0 1017
被撕碎了的回忆
被撕碎了的回忆 2021-01-28 08:54

I get a warning in AuthorMapper interface

@Mapper
public interface AuthorMapper {
    
    AuthorMapper INSTANCE = Mappers.getMapper(AuthorMapper.class);

    Aut         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题