From be7b4181c3fc82a0ff69f6ba44fc815b7b564704 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 14:44:30 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/%E9%A6%96%E9%A0%81.md b/%E9%A6%96%E9%A0%81.md index 86c935e..4f80298 100644 --- a/%E9%A6%96%E9%A0%81.md +++ b/%E9%A6%96%E9%A0%81.md @@ -2,6 +2,11 @@ - 資料庫: MariaDB / H2(整合測試用) - 程式語言: Java - [JDK - AWS corretto 11](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html) + +## 開發指南 +- [如何啟用開發伺服器](https://git.fycd.info/fantasy1621821/fycd-big-data-backend/wiki/%E5%A6%82%E4%BD%95%E5%95%9F%E7%94%A8%E9%96%8B%E7%99%BC%E4%BC%BA%E6%9C%8D%E5%99%A8) +- [資料庫遷移(Migration)介紹與使用方式](https://git.fycd.info/fantasy1621821/fycd-big-data-backend/wiki/%E8%B3%87%E6%96%99%E5%BA%AB%E9%81%B7%E7%A7%BB%EF%BC%88Migration%EF%BC%89%E4%BB%8B%E7%B4%B9%E8%88%87%E4%BD%BF%E7%94%A8%E6%96%B9%E5%BC%8F) + ## 使用套件 - 打包工具: Gradle 7 @@ -19,4 +24,7 @@ - migrations 存放資料庫遷移相關檔案 - security-core: 權限控制 - 更多內容可參考 [RFC-6749](https://www.rfc-editor.org/rfc/rfc6749) , [Spring Security](https://docs.spring.io/spring-security/reference/servlet/index.html) + + +