generated from root/miduo_server
装配注解
parent
d84eab26e3
commit
df1808921a
|
@ -16,6 +16,7 @@ import org.apache.commons.lang.ArrayUtils;
|
||||||
import org.apache.commons.lang.StringUtils;
|
import org.apache.commons.lang.StringUtils;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
|
@ -29,6 +30,7 @@ import java.util.*;
|
||||||
* @Description:
|
* @Description:
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
|
@Component
|
||||||
public class PayLogic {
|
public class PayLogic {
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(PayLogic.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(PayLogic.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue