更新「首頁」

2022-11-14 00:46:10 +08:00
parent 3dc72f0289
commit f63e2c2fe5

@@ -1 +1,21 @@
歡迎使用 Wiki ## 專案介紹
本專案為崇德大數據指揮中心後端程式,採`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: 權限控制