puzhibing
2024-01-03 168d852672f8f671a01d6f0f053349d0d321ec7c
cloud-server-other/src/main/java/com/dsh/OtherApplication.java
@@ -30,7 +30,9 @@
    public static void main(String[] args) {
        try {
            SpringApplication.run(OtherApplication.class, args);
        }catch (Exception e){e.printStackTrace();}
        } catch (Exception e) {
            e.printStackTrace();
        }
    }
    @Bean