注释
This commit is contained in:
@@ -68,14 +68,14 @@ public class TestController {
|
||||
@Autowired
|
||||
private WechatMiniAppService wechatMiniAppService;
|
||||
|
||||
@Value("${logging.config}")
|
||||
private String loggingConfig;
|
||||
|
||||
@GetMapping("/log/config")
|
||||
public String testLoggingConfig() {
|
||||
log.debug("Test");
|
||||
return loggingConfig;
|
||||
}
|
||||
// @Value("${logging.config}")
|
||||
// private String loggingConfig;
|
||||
//
|
||||
// @GetMapping("/log/config")
|
||||
// public String testLoggingConfig() {
|
||||
// log.debug("Test");
|
||||
// return loggingConfig;
|
||||
// }
|
||||
|
||||
@PostMapping("/post")
|
||||
public ResponseResult<Boolean> get(@RequestBody List<TestRequest> testRequestList){
|
||||
|
||||
Reference in New Issue
Block a user