diff --git a/%E9%A6%96%E9%A0%81.md b/%E9%A6%96%E9%A0%81.md index 2158025..a405d83 100644 --- a/%E9%A6%96%E9%A0%81.md +++ b/%E9%A6%96%E9%A0%81.md @@ -1 +1,21 @@ -歡迎使用 Wiki! \ No newline at end of file +## 專案介紹 +本專案為崇德大數據指揮中心後端程式,採`DDD (Domain Driven Design)`開發風格 + +## 開發環境 +- 資料庫: MariaDB / H2(測試用) +- 程式語言: Java + - [JDK - AWS corretto 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html) + +## 使用套件 +- 打包工具: Gradle 7 +- 框架: Spring Boot 2.7.5 +- 版本控制: Git +- 安全: Spring Security +- 資料庫遷移: Flyway +- ORM: JOOQ +- 測試: JUnit5 + +## 各模組簡介 +- src: Spring Boot 程式進入點 +- security-core: 權限控制 +