nickchange
2023-10-16 2f42c91fcc7545c98900d9a3a1a0c9d77f28fc83
cloud-server-account/src/main/java/com/dsh/AccountApplication.java
@@ -28,7 +28,11 @@
@MapperScan("com.dsh.account.mapper")
public class AccountApplication {
    public static void main(String[] args) {
        SpringApplication.run(AccountApplication.class, args);
        try {
            SpringApplication.run(AccountApplication.class, args);
        }catch (Exception e){
            e.printStackTrace();
        }
    }
    @Bean