pom 配置spring boot 的build plugin
This commit is contained in:
@@ -48,7 +48,6 @@ public class ToolTest {
|
||||
/**
|
||||
* 每种消息类型导出一个xml文件即可
|
||||
*/
|
||||
@Test
|
||||
public void exportOneTypeToJsonFiles() {
|
||||
List<Cminmsg> lsCmin = (List<Cminmsg>) cminmsgDao.findAll();
|
||||
Map<String, Cminmsg> mapCminmsg = new HashMap();
|
||||
@@ -70,7 +69,6 @@ public class ToolTest {
|
||||
* @throws JsonMappingException
|
||||
* @throws IOException
|
||||
*/
|
||||
@Test
|
||||
public void exportToXmlFiles() throws JsonParseException, JsonMappingException, IOException
|
||||
{
|
||||
List<Cminmsg> lsCmin = (List<Cminmsg>) cminmsgDao.findAll();
|
||||
|
||||
Reference in New Issue
Block a user