nickchange
2023-11-27 4d17e9219dfeb41db32e82340ec9af9faedb4ca5
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