我有終點類: @Endpoint
public class GetCustomerEndpoint {
public static final Logger log = LoggerFactory.getLogger(GetCustomerEndpoint .class);
@Transactional(value = "transactionManager", rea
我想在一個簡單的Java項目中設置log4j。運行我的項目時,我不斷收到以下消息。 ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
但是我已經將log4j.xml添加到我的類路徑中。比如我在我的主要方法,