В моем pom.xml я объявляю зависимость от частной библиотеки:
Код: Выделить всё
group
artifact
0.0.1
Код: Выделить всё
@Controller
@RequiredArgsConstructor
@RequestMapping(path = "/user")
@CrossOrigin
public class UserCommandController {
final libraryService libraryService;
Код: Выделить всё
Parameter 0 of constructor in path.UserCommandController required a bean of type 'X' that could not be found.
Подробнее здесь: https://stackoverflow.com/questions/783 ... t-be-found