fixed startup
This commit is contained in:
parent
40594ae88b
commit
bce2dfec0a
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ public class BatisConfig {
|
|||
|
||||
factory.getConfiguration()
|
||||
.addMappers("ch.ethz.seb.sebserver.webservice.datalayer.batis");
|
||||
factory.getConfiguration()
|
||||
.addMappers("ch.ethz.seb.sebserver.webservice.datalayer.batis.mapper");
|
||||
|
||||
return factory;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue