Helius
2020-06-29 cf3fbd17f3eaa432b38b637fe08534e80c06fc95
src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java
@@ -2,15 +2,18 @@
import com.xcong.excoin.common.enumerates.CoinTypeEnum;
import com.xcong.excoin.common.enumerates.SymbolEnum;
import com.xcong.excoin.configurations.properties.AliOssProperties;
import com.xcong.excoin.modules.test.dao.TestUserDao;
import com.xcong.excoin.modules.test.entity.TestUserEntity;
import com.xcong.excoin.modules.test.service.TestUserService;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import javax.annotation.Resource;
import java.util.Date;
@Slf4j
@SpringBootTest
class KssframeworkApplicationTests {
@@ -53,5 +56,13 @@
        System.out.println(SymbolEnum.BCH.getValue());
    }
    @Resource
    AliOssProperties aliOssProperties;
    @Test
    public void aliyunOssTest() {
        log.info("{}", aliOssProperties.getEndPoint());
    }
}