Posted on2024/06/042024/08/24Spring Security 【Spring Security】登入失敗後,Spring Boot 回傳 401 狀態碼,前端瀏覽器畫面彈出重新輸入帳密的彈窗,教你如何禁用彈窗! by 小書僮Leave a comment on 【Spring Security】登入失敗後,Spring Boot 回傳 401 狀態碼,前端瀏覽器畫面彈出重新輸入帳密的彈窗,教你如何禁用彈窗! 問題原因 在前後端分離架構下,當登入失敗後,後端回… Read More
Posted on2024/06/042024/06/04Spring Security 【Spring Security】使用 postman 請求一個有 spring security 保護的 api,登入失敗回傳 401 狀態碼 ,但使用前端後分離的 vue 請求同樣的api,卻是回傳 302 狀態碼 by 小書僮Leave a comment on 【Spring Security】使用 postman 請求一個有 spring security 保護的 api,登入失敗回傳 401 狀態碼 ,但使用前端後分離的 vue 請求同樣的api,卻是回傳 302 狀態碼 問題原因 Postman Vue 這是因為 Spr… Read More
Posted on2024/06/042024/08/24Spring Boot 【Spring Boot】【問題】Spring Boot + H2 Database執行測試後,data.sql的資料沒有新增進資料庫(data.sql not working) by 小書僮Leave a comment on 【Spring Boot】【問題】Spring Boot + H2 Database執行測試後,data.sql的資料沒有新增進資料庫(data.sql not working) 問題說明 使用 H2 Database 測試時,發… Read More
Posted on2024/06/022024/09/04IntelliJ 【IntelliJ】Lombok requires enabled annotation processing問題 by 小書僮Leave a comment on 【IntelliJ】Lombok requires enabled annotation processing問題 解決方法 File > Settings > Bu… Read More
Posted on2024/06/022024/06/02工作 [工作][面試]合作金庫銀行 開放系統第一類程式設計人員 面試心得 2024 by 小書僮在〈[工作][面試]合作金庫銀行 開放系統第一類程式設計人員 面試心得 2024〉中有 1 則留言 過程 面試當天,我大概提早1個小時到達考場,但其實… Read More
Posted on2024/06/012024/06/02HTML [HTML] <input> 標籤 required 屬性無效問題(Required attribute not working with <input> tag) by 小書僮Leave a comment on [HTML] <input> 標籤 required 屬性無效問題(Required attribute not working with <input> tag) <input> 標籤的 required 屬… Read More
Posted on2024/06/012024/10/02Vue 【Vue3】點擊眼睛 icon 顯示/隱藏密碼(How to show/hide password icon in Vue) by 小書僮在〈【Vue3】點擊眼睛 icon 顯示/隱藏密碼(How to show/hide password icon in Vue)〉中有 1 則留言 顯示眼睛 icon url: https://fo… Read More
Posted on2024/06/012024/06/01Vue [Vue] Vue 如何使用 Font Awesome ? 安裝,註冊 by 小書僮Leave a comment on [Vue] Vue 如何使用 Font Awesome ? 安裝,註冊 下載 vue-fontawesome 相關套件 新… Read More
Posted on2024/05/302024/08/24Spring Security 【Spring Security】使用資料庫驗證帳號密碼 – UserDetailsService by 小書僮Leave a comment on 【Spring Security】使用資料庫驗證帳號密碼 – UserDetailsService 新增UserDetailService類別 在 s… Read More
Posted on2024/05/302024/05/30未分類(Uncategorized) [VS Code]加快效率設定 by 小書僮Leave a comment on [VS Code]加快效率設定 自動存檔 Auto Save File > 打勾 … Read More