From 91484bb4417567ec8f953bc52b0ee0a8f47309d8 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Tue, 19 May 2020 22:22:35 +0800 Subject: [PATCH] init netty code --- src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java index bc04524..df45836 100644 --- a/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java +++ b/src/test/java/com/xcong/excoin/KssframeworkApplicationTests.java @@ -1,5 +1,7 @@ package com.xcong.excoin; +import com.xcong.excoin.common.enumerates.CoinTypeEnum; +import com.xcong.excoin.common.enumerates.SymbolEnum; import com.xcong.excoin.modules.test.dao.TestUserDao; import com.xcong.excoin.modules.test.entity.TestUserEntity; import com.xcong.excoin.modules.test.service.TestUserService; @@ -46,5 +48,10 @@ } + @Test + public void enumTest() { + System.out.println(SymbolEnum.BCH.getValue()); + } + } -- Gitblit v1.9.1