|
|
@@ -40,7 +40,7 @@ public class RabbitReceiveServiceImpl extends BaseRabbitReceiveService {
|
|
|
private final static String BASEPATH = "https://finrest.usoftchina.com";
|
|
|
private final static String UASURL = "http://10.1.1.188:8082/JK";
|
|
|
private final static String MASTERNAME = "YITOA_BL";
|
|
|
- private Logger logger = LoggerFactory.getLogger(this.getClass());
|
|
|
+ private static final Logger logger = LoggerFactory.getLogger(BaseRabbitReceiveService.class);
|
|
|
@PostConstruct
|
|
|
public void init() throws InterruptedException {
|
|
|
Master master = new Master();
|