service name added
This commit is contained in:
parent
ecbea217f2
commit
08d593a5c6
|
@ -8,7 +8,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("ApiKeyService")
|
||||
public class ApiKeyService {
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("DomainMemberService")
|
||||
public class DomainMemberService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("DomainService")
|
||||
public class DomainService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by geek on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("EmailAuthService")
|
||||
public class EmailAuthService {
|
||||
|
||||
@Autowired()
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraHostService")
|
||||
public class InfraHostService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("InfraMachineService")
|
||||
public class InfraMachineService {
|
||||
@Autowired
|
||||
InfraMachineDAO infraMachineDAO;
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraOSApplicationService")
|
||||
public class InfraOSApplicationService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraOSDaemonService")
|
||||
public class InfraOSDaemonService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraOSPortService")
|
||||
public class InfraOSPortService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraOSService")
|
||||
public class InfraOSService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
|
||||
@Service
|
||||
@Service("InfraService")
|
||||
public class InfraService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("InfraServiceService")
|
||||
public class InfraServiceService {
|
||||
@Autowired
|
||||
InfraServiceDAO infraServiceDAO;
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
|
|||
/**
|
||||
* Created by geek on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("MemberService")
|
||||
public class MemberService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("NoAuthProbeService")
|
||||
public class NoAuthProbeService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("ProbeService")
|
||||
public class ProbeService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("ProbeTaskService")
|
||||
public class ProbeTaskService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("SensorItemService")
|
||||
public class SensorItemService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("SensorService")
|
||||
public class SensorService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -18,7 +18,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by snoop on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("TargetDiscoveryService")
|
||||
public class TargetDiscoveryService {
|
||||
|
||||
@Autowired
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* Created by insanity on 17. 6. 28.
|
||||
*/
|
||||
@Service
|
||||
@Service("TargetService")
|
||||
public class TargetService {
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue
Block a user