wuhb 6 ヶ月 前
コミット
2b5faa90a9

+ 6 - 6
ygtx-admin/src/main/java/com/ygtx/PrintAllControllers.java

@@ -16,11 +16,11 @@ public class PrintAllControllers implements CommandLineRunner {
 
     @Override
     public void run(String... args) throws Exception {
-        System.out.println("====== 已注册的 Controller 映射 ======");
-        RequestMappingHandlerMapping mapping = applicationContext.getBean(RequestMappingHandlerMapping.class);
-        mapping.getHandlerMethods().forEach((key, value) -> {
-            System.out.println(key + " => " + value.getBeanType().getName());
-        });
-        System.out.println("=====================================");
+//        System.out.println("====== 已注册的 Controller 映射 ======");
+//        RequestMappingHandlerMapping mapping = applicationContext.getBean(RequestMappingHandlerMapping.class);
+//        mapping.getHandlerMethods().forEach((key, value) -> {
+//            System.out.println(key + " => " + value.getBeanType().getName());
+//        });
+//        System.out.println("=====================================");
     }
 }

+ 1 - 1
ygtx-admin/src/main/java/com/ygtx/RuoYiApplication.java

@@ -19,7 +19,7 @@ public class RuoYiApplication
         // System.setProperty("spring.devtools.restart.enabled", "false");
         Utf8MainTemplate.fixEncoding();
         SpringApplication.run(RuoYiApplication.class, args);
-        System.out.println("(♥◠‿◠)ノ゙  若依启动成功   ლ(´ڡ`ლ)゙  \n" +
+        System.out.println("(♥◠‿◠)ノ゙  工效通启动成功   ლ(´ڡ`ლ)゙  \n" +
                 " .-------.       ____     __        \n" +
                 " |  _ _   \\      \\   \\   /  /    \n" +
                 " | ( ' )  |       \\  _. /  '       \n" +