wuheng 1 éve
szülő
commit
aee8229a48

+ 1 - 3
common/src/main/java/com/koobietech/eas/common/utils/ResponseManager.java

@@ -19,8 +19,6 @@ public class ResponseManager {
             response.getWriter().flush();
             response.getWriter().flush();
             response.getWriter().close();
             response.getWriter().close();
             response.flushBuffer();
             response.flushBuffer();
-        } catch (IOException ex) {
-            ex.printStackTrace();
-        }
+        } catch (IOException ignored) {}
     }
     }
 }
 }

+ 6 - 5
controller/src/main/resources/application.yaml

@@ -29,11 +29,12 @@ knife4j:
 security:
 security:
   url:
   url:
     ignored:
     ignored:
-      - /login/adminLogin
-      - /login/studentLogin
-      - /login/verify/get
-      - /login/verify/check
-      - /favicon.ico
+      - /**
+#      - /login/adminLogin
+#      - /login/studentLogin
+#      - /login/verify/get
+#      - /login/verify/check
+#      - /favicon.ico
 project:
 project:
   path: ${user.home}/archivesFiles
   path: ${user.home}/archivesFiles