Helius
2021-05-13 f8c1d9838e3c337d0dc9f406fb1b2b54e2be06b5
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -60,7 +60,7 @@
            throw ex;
        }
        if ("dev".equals(profiles)) {
        if ("dev".equals(profiles)  || "test".equals(profiles)) {
            throw ex;
        }