You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have both spring-boot-starter-data-r2dbc and spring-boot-starter-data-jpa in the same project, these two libraries in version 3.3 of Spring Boot use com.github.jsqlparser:jsqlparser but in different versions. This causes some methods that were added in version 4.9 to not exist in version 4.6, such as net.sf.jsqlparser.statement.select.Values