src/main/resources/spring/applicationContext-wallet_admin.xml
@@ -4,6 +4,7 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="userDataService" class="project.data.UserDataServiceImpl"/> <bean id="walletService" class="project.wallet.internal.WalletServiceImpl"> <property name="redisHandler" ref="redisHandler" /> <property name="moneyLogService" ref="moneyLogService" />