Helius
2021-05-13 17ee2c1ef2b679eb657db34286c244544e8f68cb
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;
        }