DemoController.java 192 Bytes
package com.tanpu.feo.feojob.controller;

import org.springframework.web.bind.annotation.RestController;

/**
 * created by xd on 2021/5/18
 */
@RestController
public class DemoController {
}