0
我試圖使用規劃環境地政司Spring MVC的@RequestMapping動態值
@Autowired
private RouteService routeService;
@RequestMapping(value={"#{routeService.loadRoutes()}"})
從自動裝配Autowired bean的方法設置「值」 @RequestMapping
標註的屬性沒有任何成功。 有誰知道這是可能的嗎?