Commit 93fa50f2 authored by neo's avatar neo

[dex] add pring stack for exception

parent eebe2311
......@@ -119,6 +119,7 @@ public class DataImportServiceImpl {
}
return result;
} catch (Exception e) {
e.printStackTrace();
return new OperationResultDto(false, e.getMessage());
}
}
......
api.url=http://localhost:8180/
api.url=http://localhost:8181/
cookie.maxAgeSeconds=3600
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment