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