ソースを参照

readme 修改

于俊龙 1 ヶ月 前
コミット
da14ef6ee9
1 ファイル変更8 行追加6 行削除
  1. 8 6
      README.md

+ 8 - 6
README.md

@@ -1,12 +1,14 @@
 
 * UI:     React 18、TypeScript 5。
-* Server: JDK17, Spring Boot v3、Spring Security、Redis & Jwt。
+* Server: Spring Boot v3.5.7、Spring Security、Redis & Jwt。
+*         指定JDK(Amazon Corretto 21)バージョンを使用する,ダウンロードアドレス(https://docs.aws.amazon.com/zh_cn/corretto/latest/corretto-21-ug/downloads-list.html)
+*         
 * Permission authentication uses Jwt and supports multi terminal authentication systems。
 
 #### モジュールの説明
   yamoto-farm-server
-     --farm-admin
-     --farm-biz
-     --fram-common
-     --fram-framework
-     --farm-quartz
+     --farm-admin             // Restful:フォアグラウンドインタフェース定義モジュール
+     --farm-biz               // ビジネスモジュール
+     --fram-common            // 共通処理モジュール
+     --fram-framework         // システムフレームモジュール
+     --farm-quartz            // スケジュールタスクモジュール