E

Results 4 comments of E

在gradle中添加compile 'com.nineoldandroids:library:2.4.0'这个,就不会有这个问题了

在gradle中添加compile 'com.nineoldandroids:library:2.4.0'这个,就不会有这个问题了

可以extend一个FileProvider解决该问题

> @powerttt 我这边也是springboot3 + java17,启动后报无法加载主类,加密前的包能正常启动 从源码看到,这是由于springboot3的启动类是org.springframework.boot.loader.launch.JarLauncher,springboot2的启动类是org.springframework.boot.loader.JarLauncher,而作者没有兼容springboot3导致