From 5394e5222a2f44fc94d15ef678d1f90cf0bc19d9 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 00:53:22 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/%E9%A6%96%E9%A0%81.md b/%E9%A6%96%E9%A0%81.md index 28325cc..5b4aef5 100644 --- a/%E9%A6%96%E9%A0%81.md +++ b/%E9%A6%96%E9%A0%81.md @@ -14,8 +14,11 @@ - 資料庫遷移: Flyway - ORM: JOOQ - 測試: JUnit5 +- Log: Slf4j ## 各模組簡介 -- src: Spring Boot 程式進入點 +- src: Spring Boot 程式進入點, + - resources 存放所有設定檔 + - db/migration 存放資料庫遷移相關檔案 - security-core: 權限控制