-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
拉取新分支支持springboot3 #137
Comments
你好,有相关问题请教 我的微信:WYWZC888666 我在windows启动出现xjar.exe java --add-opens java.base/jdk.internal.loader=ALL-UNNAMED -jar encrypted5.jar goroutine 1 [running]: |
看起来是没启用net模块,用下面指令替换下试试: |
使用了魔改的版本还是不行 2024-10-15T15:19:43.787+08:00 INFO 23016 --- [run] [ main] com.po.run.RunApplication : Starting RunApplication v0.0.1-SNAPSHOT using Java 17.0.12 with PID 23016 (D:\project\run\target\encrypted5.jar started by kaneXkx in D:\project\run\target) org.springframework.beans.factory.BeanDefinitionStoreException: Incompatible class format in URL [jar:nested:/D:/project/run/target/encrypted5.jar/!BOOT-INF/classes/!/com/po/run/RunApplication.class]: set system property 'spring.classformat.ignore' to 'true' if you mean to ignore such files during classpath scanning |
方便整理一个测试包吗? |
用xjar4springboot3加密后执行报错,xjar4springboot3使用java17.0.11 springboot工程使用java17.0.11和springboot3.3.4 org.springframework.core.io.UrlResource.createRelative 已经回退到老版本 org.springframework.beans.factory.BeanDefinitionStoreException: Incompatible class format in URL [jar:nested:yudao/ruoyi-vue-pro/yudao-server/target/encrypted5.jar/!BOOT-INF/classes/!/cn/iocoder/yudao/server/controller/DefaultController.class]: set system property 'spring.classformat.ignore' to 'true' if you mean to ignore such files during classpath scanning panic: exit status 1 goroutine 1 [running]: |
并不行。springboot3.3.0 +java21版本 |
什么问题?有条件提供一个demo吗 |
大佬 拉个微信群或加个微信 方便联系 |
类似的问题,springboot3.3.1+17 |
|
微信群可以再发一下吗 过期了 |
拉取了新分支支持springboot3
目前在springboot3.2.3+jdk17中验证通过
需要的道友请移步至项目地址: https://github.com/MisterChangRay/xjar4springboot3
目前主分支打包springboot3将会报错,具体错误可能为以下:
The text was updated successfully, but these errors were encountered: