style format

This commit is contained in:
TaoYu 2023-09-18 12:03:52 +08:00
parent fcf5bdbd3d
commit 089dbc294b
4 changed files with 8 additions and 24 deletions

View File

@ -20,11 +20,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.*;
import java.util.LinkedList;
import java.util.List;
@ -73,4 +69,4 @@ public class StudentService {
throw new RuntimeException(e);
}
}
}
}

View File

@ -20,11 +20,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.*;
import java.util.LinkedList;
import java.util.List;
@ -75,4 +71,4 @@ public class TeacherService {
throw new RuntimeException(e);
}
}
}
}

View File

@ -20,11 +20,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.*;
import java.util.LinkedList;
import java.util.List;
@ -74,4 +70,4 @@ public class StudentService {
throw new RuntimeException(e);
}
}
}
}

View File

@ -20,11 +20,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.*;
import java.util.LinkedList;
import java.util.List;
@ -76,4 +72,4 @@ public class TeacherService {
throw new RuntimeException(e);
}
}
}
}