added new current.sql file, changed blabla printout in a serviceimpl

This commit is contained in:
fred-fri 2012-05-15 11:47:54 +09:00
parent 773c9fd9e2
commit 24ac83e84a
3 changed files with 2 additions and 2 deletions
resources/db_update_scripts
src/main/java/se/su/dsv/scipro/springdata/serviceimpls

@ -1 +0,0 @@
ALTER TABLE `general_system_settings` ADD `remoteExport` BIT( 1 ) NOT NULL

@ -0,0 +1 @@
ALTER TABLE `general_system_settings` ADD `remoteExport` BIT( 1 ) NOT NULL

@ -38,7 +38,7 @@ public class StudentServiceImpl extends AbstractQueryService<Student, Long> impl
@Qualifier("studentRepo")
StudentRepo studentRepo) {
super(studentRepo, studentRepo);
System.out.println("BLA BLA");
System.out.println("StudentServiceImpl instantiating...");
}
@Override