我在Java9上创建了一个SpringBoot应用程序。; requires spring.boot.autoconfigure;然后我得到错误,因为找不到模块。module-info.java:[2,21] module not found: reactor.core
module-info.java:[3,20] module not found
我尝试在Java9上运行我的Grails 3.3.2应用程序,大多数情况下应用程序都可以工作。Error creating bean with name 'mailService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException我认为问题出在SpringBoot上,而不是插件本身。似乎bean的创建存在问题,而SpringBo