“Got different size of tuples and aliases” exception after Spring Boot 2.0.0.RELEASE migration

前端 未结 7 669
轻奢々
轻奢々 2020-12-18 20:32
//imports, etc.

@Entity
@Table(name = \"TSTRANS\")
@SqlResultSetMappings(
        {                   
                @SqlResultSetMapping(name = TS_TRANS_EMP_STAT         


        
7条回答
  •  攒了一身酷
    2020-12-18 21:14

    As others noted, this was a bug introduced in Spring Boot 2.0.0 and reported in DATAJPA-1280.

    It has been fixed and released in Spring Boot 2.0.3.

提交回复
热议问题