From 3aef861b76e6367863d86b05eb39641905a1c74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=B5=E6=98=8E=E8=BC=9D?= Date: Mon, 14 Nov 2022 14:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8C=E9=A6=96=E9=A0=81?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- %E9%A6%96%E9%A0%81.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%E9%A6%96%E9%A0%81.md b/%E9%A6%96%E9%A0%81.md index 9f3c09d..86c935e 100644 --- a/%E9%A6%96%E9%A0%81.md +++ b/%E9%A6%96%E9%A0%81.md @@ -16,7 +16,7 @@ ## 各模組簡介 - src: Spring Boot 程式進入點, - resources 存放所有設定檔 - - db/migration 存放資料庫遷移相關檔案 +- migrations 存放資料庫遷移相關檔案 - security-core: 權限控制 - 更多內容可參考 [RFC-6749](https://www.rfc-editor.org/rfc/rfc6749) , [Spring Security](https://docs.spring.io/spring-security/reference/servlet/index.html)