added new current.sql file, changed blabla printout in a serviceimpl
This commit is contained in:
parent
773c9fd9e2
commit
24ac83e84a
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
|
1
resources/db_update_scripts/update_db-2012-05-15.sql
Normal file
1
resources/db_update_scripts/update_db-2012-05-15.sql
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user