bug修改
This commit is contained in:
parent
8d3f976564
commit
eb2501a85e
@ -27,6 +27,7 @@ import org.springframework.http.HttpStatus;
|
|||||||
import org.springframework.scheduling.annotation.Scheduled;
|
import org.springframework.scheduling.annotation.Scheduled;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
@ -43,8 +44,8 @@ import java.util.stream.Collectors;
|
|||||||
* @create: 2021-07-12 13:41
|
* @create: 2021-07-12 13:41
|
||||||
**/
|
**/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Component
|
@RestController
|
||||||
@RestController("/xmgl/task")
|
@RequestMapping("/xmgl/task")
|
||||||
public class EnvironmentDevTask {
|
public class EnvironmentDevTask {
|
||||||
@Autowired
|
@Autowired
|
||||||
private EnvironmentDevMapper environmentDevMapper;
|
private EnvironmentDevMapper environmentDevMapper;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user