Spring Boot+JPA+QueryDSL=OrderSpecifier not found

前端 未结 2 989
情话喂你
情话喂你 2021-01-17 14:10

I have this pom.xml:


    org.springframework.boot
    spring-boot-starter-parent         


        
2条回答
  •  梦毁少年i
    2021-01-17 14:49

    Add following dependency in the project

                
                    com.querydsl
                    querydsl-jpa
                    4.0.3
                
    

    Version number according to the your JPA version.

提交回复
热议问题