类的使用
com.ishop.merchant.service.UserRegisterServiceImpl
使用UserRegisterServiceImpl的程序包
程序包
说明
-
com.ishop.merchant中UserRegisterServiceImpl的使用
-
com.ishop.merchant.cache中UserRegisterServiceImpl的使用
修饰符和类型方法说明voidLocalUserRegCache.setUserRegisterService(UserRegisterServiceImpl userRegisterService) voidRedisUserRegCache.setUserRegisterService(UserRegisterServiceImpl userRegisterService) -
com.ishop.merchant.config中UserRegisterServiceImpl的使用
修饰符和类型方法说明LocalMerchantCacheConfig.userRegCache(UserRegisterServiceImpl userRegisterService) RedisMerchantCacheConfig.userRegCache(com.walker.support.redis.RedisHelper redisHelper, UserRegisterServiceImpl userRegisterService) 前端注册用户缓存定义。 -
com.ishop.merchant.service中UserRegisterServiceImpl的使用
限定符构造器说明PayServiceImpl(UserRegisterServiceImpl userRegisterService, PlatformOrderServiceImpl platformOrderService)