初始化

张毅大神 2024-09-25 20:34:51 +08:00
parent 71e2829fbd
commit 0c1bda7873
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package com.muyu.common.log.service;
import com.muyu.common.core.constant.SecurityConstants; import com.muyu.common.core.constant.SecurityConstants;
import com.muyu.common.system.remote.RemoteLogService; import com.muyu.common.system.remote.RemoteLogService;
import com.muyu.common.system.domain.SysOperLog; import com.muyu.common.system.domain.SysOperLog;
import javax.annotation.Resource; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
*/ */
@Service @Service
public class AsyncLogService { public class AsyncLogService {
@Resource @Autowired
private RemoteLogService remoteLogService; private RemoteLogService remoteLogService;
/** /**