Problem #1
在实际开发中,我们经常要在Service或者Controller中调用一个日志类,每次都得调用LoggerFactory.getLogger( )方法
@RestController
public class UserController {
/** 获取日志实例 */
private static final Logger LOG = LoggerFactory.ge......
Problem #1
在实际开发中,我们经常要在Service或者Controller中调用一个日志类,每次都得调用LoggerFactory.getLogger( )方法
@RestController
public class UserController {
/** 获取日志实例 */
private static final Logger LOG = LoggerFactory.ge......