close
@Autowired
@Bean
@ComponentScan
@Configuration
@Controller
@EnableWebMvc
@ExceptionHandler
@InitBinder
@GetMapping : 控制器方法
@ModelAttribute : 傳回值自動加入 Model裡面。
@PathVariable
@PostMapping : 控制器方法
@RequestParam
@Repository
@Service
@Transactional
文章標籤
全站熱搜
留言列表