From f63e2c2fe52b662612718b10c0be366e5ec49f4d 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:46:10 +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 | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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: 權限控制 +