|
@@ -42,7 +42,7 @@ public class FixCorrectAnswerAndResetScoreService {
|
|
// @Async
|
|
// @Async
|
|
public void start() {
|
|
public void start() {
|
|
String absolutePath = PropertiesUtil.getString("fixAnswer.data.path");
|
|
String absolutePath = PropertiesUtil.getString("fixAnswer.data.path");
|
|
- // ClassPathResource classPathResource = new ClassPathResource("temp1.txt");
|
|
|
|
|
|
+ // ClassPathResource classPathResource = new ClassPathResource("data.txt");
|
|
FileInputStream fis = null;
|
|
FileInputStream fis = null;
|
|
InputStreamReader isr = null;
|
|
InputStreamReader isr = null;
|
|
BufferedReader br = null;
|
|
BufferedReader br = null;
|