WINGS(Www INtegrated Guide on Server-architecture)
Www INtegrated Guide on Server-architecture :
   ホーム お問い合わせ サーバーサイド環境構築設定 つぶやき ブックマーク レンタルサーバー 総合FAQ/訂正&ダウンロード このエントリーをはてなブックマークに追加        
  • 刊行書籍情報  [書籍マップ
  • オンライン公開 技術記事
  • シリーズ別書籍リスト
  • 「WINGS News」登録/解除
  • WINGSプロジェクト紹介
  • WINGSプロジェクトメンバ募集





 本書訂正[Javaによる高速Webアプリケーション開発のためのSpring Boot入門]


該当頁該当箇所 修正刷
訂正箇所 訂正事項 更新日
85 リスト7.3 9行目
// (2) Basic認証のパスワード
@Value("${zipcode.admin.password")
// (2) Basic認証のパスワード
@Value("${zipcode.admin.password}")
2022年2月28日
85 リスト7.3 下から11行目
String password = authentication.getCredentials().toString(); String pswd = authentication.getCredentials().toString(); 2022年2月28日
85 リスト7.3 下から9行目
// 入力された name / password をチェックする
if( name.equals(username) && password.equals(password) ){
return new UsernamePasswordAuthenticationToken(name,password,authentication.getAuthorities());
// 入力された name / pswd をチェックする
if( username.equals(name) && password.equals(pswd) ){
return new UsernamePasswordAuthenticationToken(name,pswd,authentication.getAuthorities());
2022年2月28日

[ 書籍ホーム]   [ FAQ]   [ 本書訂正]

著作権情報個人情報保護について広告掲載についてRSSフィードについて
出版社の方々へ会社概要スタッフ紹介サイトマップ  
書籍/記事に関するご質問/お問い合わせは「WINGSお問い合わせフォーム」をご利用ください。
Copyright(c) 1998-2024,Yamada Yoshihiro.  All Right Reserved.