Skip to Content
처음부터 제대로 배우는 스프링 부트
book

처음부터 제대로 배우는 스프링 부트

by 마크 헤클러, 오시영, 서정대
May 2023
Beginner to intermediate
384 pages
8h 42m
Korean
Hanbit Media, Inc.
Content preview from 처음부터 제대로 배우는 스프링 부트
276
처음부터 제대로 배우는 스프링 부트
@Bean
UserDetailsService authentication() {
UserDetails peter = User.builder()
.username("peter")
.password(pwEncoder.encode("ppassword"))
.roles("USER")
.build();
UserDetails jodie = User.builder()
.username("jodie")
.password(pwEncoder.encode("jpassword"))
.roles("USER", "ADMIN")
.build();
System.out.println(" >>> Peter's password: " + peter.getPassword());
System.out.println(" >>> Jodie's password: " + jodie.getPassword());
return new InMemoryUserDetailsManager(peter, jodie);
}
}
Aircraft Positions
앱을 다시 시작한 다음, 다시 한번 인증을 시도하고 항공기 현 위치 목
록을 다음 결과와 같이 조회합니다 (결과를 페이지에 맞게 잘라 편집함 ).
mheckler-a01 :: ~ » http :8080/aircraft ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

프로그래머의 길 멘토에게 묻다

프로그래머의 길 멘토에게 묻다

David Hoover, Adewale Oshineye, Kang Jung Bin
SRE를 위한 시스템 설계와 구축

SRE를 위한 시스템 설계와 구축

헤더 애드킨스, 벳시 바이어, 폴 블랭킨십, 피오트르 레반도프스키, 애나 오프레아, 애덤 스터블필드

Publisher Resources

ISBN: 9791169210966