under the same maven project, one of the springboot modules A refers to the Controller,An in the other springboot module B and calls the BMagia A project through inheritance. It can be run directly, but when packaging with maven, A module is prompted to find the inherited B module Controller.
what"s going on?