SpringBoot——web开发之增删改
1、增进入页面请求:<a class="btn btn-sm btn-success" href="/emp" th:href="@{emp}">员工添加</a>处理方法:@GetMapping("/emp")public String toAddPage(Model model){ Collection<Department> de