springboot data jpa 报错:cannot reliably process 'remove' call

Use jpa.deleteRemembermeTokensByUsernameIs (username); and
jpa.deleteRemembermeTokenByUsernameIs (username); 
the same effect, but not in the way add @Transational will be reported error: can not reliably process 'remove' call

Guess you like

Origin www.cnblogs.com/modestlin/p/11582177.html