SpringBoot项目路径正确访问报404错误(idea断点没有显示对勾)
SpringBoot项目路径正确访问报404错误(idea断点没有显示对勾)
问题描述:
1、SpringBoot项目路径正确,但是访问报404
2、idea debug启动断点没有显示对勾(解决方法之一)
错误代码
//springboot启动类
@ComponentScan(basePackages ={"com.hongxin.yimanzuo"})
@SpringBootApplication
public class ApiTestApplicattion {
public static
原创
2021-09-08 10:37:11 ·
2070 阅读 ·
0 评论