|
|
@ -31,9 +31,11 @@ public class TestSpiService implements ExtensionServiceHandler<ItemDTO, Ret> {
|
|
|
|
String line;
|
|
|
|
String line;
|
|
|
|
while ((line = reader.readLine()) != null) {
|
|
|
|
while ((line = reader.readLine()) != null) {
|
|
|
|
System.out.println(line);
|
|
|
|
System.out.println(line);
|
|
|
|
|
|
|
|
log.info(line);
|
|
|
|
lines = lines + line;
|
|
|
|
lines = lines + line;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (IOException e) {
|
|
|
|
} catch (IOException e) {
|
|
|
|
|
|
|
|
log.error(e.getMessage());
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|