场景:虽然controller中写了mapping,但是WebApplicationContext怎么都扫描不到
解决:可以看看SpringMVC配置中,是否将你所在的controller扫描进去了。XML配置如下
1 | <!-- 把标记了@Controller注解的类转换为bean --> |
这行配置表示,它扫描com.hyyt.shopjsp类下controller包中
另外附上以JSON形式输出项目方法名称,方法URL和controller名称
1 |
|
返回信息如下
一片净土
场景:虽然controller中写了mapping,但是WebApplicationContext怎么都扫描不到
解决:可以看看SpringMVC配置中,是否将你所在的controller扫描进去了。XML配置如下
1 | <!-- 把标记了@Controller注解的类转换为bean --> |
这行配置表示,它扫描com.hyyt.shopjsp类下controller包中
另外附上以JSON形式输出项目方法名称,方法URL和controller名称
1 | @Autowired |
返回信息如下
微信支付
支付宝