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: 權限控制