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()
|
factory.getConfiguration()
|
||||||
.addMappers("ch.ethz.seb.sebserver.webservice.datalayer.batis");
|
.addMappers("ch.ethz.seb.sebserver.webservice.datalayer.batis");
|
||||||
|
factory.getConfiguration()
|
||||||
|
.addMappers("ch.ethz.seb.sebserver.webservice.datalayer.batis.mapper");
|
||||||
|
|
||||||
return factory;
|
return factory;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue