인가 API 권한설정선언적 방식URLhttp.antMatchers(”/users”/**).hasRole(”USER”)Method@PreAuthorize(”hasRole(’USER’)”)public void user() {sout(”useR”)} 동적방식 - DB 연동 프로그래밍URLMethod