I have an old SpringBoot project, which now runs on jdk11 and works normally, but will report the following error when the project starts:
stackoverflow found that module-info.java can be used to solve the
problem. Now that I create a module-info.java file, do all modules need their own requires
or open
? Even if I know what needs to be imported (and I don"t know what to import), it"s too much and unfriendly. Do you have any good ideas?
Project configuration:
SpringBoot: 2.1.1.RELEASE
Gradle: 5.1.1
Jdk: 11