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.stereotype.Component;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@ -43,8 +44,8 @@ import java.util.stream.Collectors;
|
||||
* @create: 2021-07-12 13:41
|
||||
**/
|
||||
@Slf4j
|
||||
@Component
|
||||
@RestController("/xmgl/task")
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/task")
|
||||
public class EnvironmentDevTask {
|
||||
@Autowired
|
||||
private EnvironmentDevMapper environmentDevMapper;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user