lWoHvYe/unicorn

JPMS改造

Closed this issue · 3 comments

Java 9引入了Java平台模块系统。计划对项目进行相关改造

当下完成了依赖模块的改造(未完全验证)。启动模块可能要待Spring 6.x、Spring Boot 3.x发布前后,有相关解决方案了才进行

主体不在Spring上。启动报错是因为部分依赖无法模块化,编译时有相关警告 can't extract module name from xxx.jar: Provider class xxx not int module。具体原因 暂未找到解决方案

通过idea启动正常,jar方式后续