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
by debug, I found when load 'com/mysql/cj/protocol/a/result/NativeResultset.class',
the spring boot custom URLStremHandler (org/springframework/boot/loader/jar/Handler.java Handler.java ) will parse 'com/mysql/cj/protocol/a/result/NativeResultset.class' as 'com/mysql/cj/protocol/result/NativeResultset.class' 。
In other words, every single letter directory will be parse as empty string "";