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
It works well, but spring-boot 3.x (spring-boot-3.4.5.jar) require minimum java 17, build with java 11 will result in class file has wrong version 61.0, should be 55.0. :)
It works well, but spring-boot 3.x (
spring-boot-3.4.5.jar) require minimum java 17, build with java 11 will result inclass file has wrong version 61.0, should be 55.0. :)