DemoController.java 192 Bytes EditWeb IDE 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 { }