
使用 Eclipse 快速建立 Spring Starter Project
使用 Eclipse 快速建立 Spring Starter Project,並且利用 Thymeleaf 或 Apache Freemarker 來建立網頁。Spring 框架( Framework )是以 Java 為平台的一個開源專案。該框架的一些核心功能理論上可用於任何 Java 應…

使用 Eclipse 快速建立 Spring Starter Project,並且利用 Thymeleaf 或 Apache Freemarker 來建立網頁。Spring 框架( Framework )是以 Java 為平台的一個開源專案。該框架的一些核心功能理論上可用於任何 Java 應…

一個網站基本的除了有前台的頁面展示外,還必需要有後台的管理機制,在官方網站有一篇文章:Securing a Web Application 在說明如何撰寫登入認證機制。之前在 使用 Eclipse 快速建立 Spring Starter Project 我們已…

當程式存放在 程式版本控制 on GitHub or Gitee or Bitbucket or GitLab 有版本更新時,使用 Jenkins 可以減少人為手工的錯誤,並讓它自動部署及自動起動。這篇文章將 Jenkins 建置在 windows 10 作為說明。 下載 J…
文章中 Spring Boot 客製化 登入 ( Login ) 與 認證 (Authenticate) 機制 建立了一個需要認證的網站,既然要輸入帳號/密碼,那麼就應該要有 SSL 憑證的保護。Spring Boot 在套件 spring-boot-starter-web 裡,已有…