DemoController.java 192 Bytes
Newer Older
xd's avatar
xd committed
1 2 3 4 5 6 7 8 9 10
package com.tanpu.feo.feojob.controller;

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

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