У меня возникла проблема с запуском приложения весенней загрузки в производственной среде. В локальной среде все по-прежнему работает нормально.
Это моя ошибка
Description:
Parameter 0 of constructor in com.tkg.product.service.impl.LocationService required a bean of type 'com.tkg.product.repository.CountryRepositoryInterface' that could not be found.
Action:
Consider defining a bean of type 'com.tkg.product.repository.CountryRepositoryInterface' in your configuration.
У меня возникла проблема с запуском приложения весенней загрузки в производственной среде. В локальной среде все по-прежнему работает нормально. Это моя ошибка [code]Description:
Parameter 0 of constructor in com.tkg.product.service.impl.LocationService required a bean of type 'com.tkg.product.repository.CountryRepositoryInterface' that could not be found.
Action:
Consider defining a bean of type 'com.tkg.product.repository.CountryRepositoryInterface' in your configuration. [/code] Это мой код: [b]LocationService[/b] [code]package com.tkg.product.service.impl;