Spring-Data-Jpa的Sort排序时遇到的问题 has private access in 'org.springframework.data.domain.Sort'
springboot2.2.1(含)以上的版本Sort已经不能再实例化了,构造方法已经是私有的了!'Sort(org.springframework.data.domain.Sort.Direction,java.util.List)'hasprivateaccessin'org.springframework.data.domain.Sort'我们可以改用Sort.by获得Sort对象@GetM