nickchange
2023-12-08 1b9a01bf5000714b08a75a50dd1f5f3eab65d888
cloud-server-other/src/main/java/com/dsh/OtherApplication.java
@@ -28,7 +28,11 @@
@MapperScan("com.dsh.other.mapper")
public class OtherApplication {
    public static void main(String[] args) {
        SpringApplication.run(OtherApplication.class, args);
        try {
            SpringApplication.run(OtherApplication.class, args);
        } catch (Exception e) {
            e.printStackTrace();
        }
    }
    @Bean