فهرست منبع

修改core-fss,修复配置项限制

Signed-off-by: luoshi <luoshi@qmth.com.cn>
luoshi 11 ماه پیش
والد
کامیت
044f70c22d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      core-fss/src/main/java/com/qmth/boot/core/fss/config/FileStoreProperty.java

+ 1 - 0
core-fss/src/main/java/com/qmth/boot/core/fss/config/FileStoreProperty.java

@@ -10,6 +10,7 @@ public class FileStoreProperty {
     @NotNull
     private String config;
 
+    @NotNull
     private String server;
 
     public String getConfig() {