BAEL-788 Added the review comment changes (#1672)

* BAEL-788 Added java config

* BAEL-788 Removed XML config

* added .gitignore

* amoved unused imports

* renamed test
This commit is contained in:
baljeet20
2017-04-18 23:11:25 +05:30
committed by maibin
parent 33fef603b3
commit dc561548b3
3 changed files with 16 additions and 148 deletions

16
mybatis/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
*.class
.settings
.project
*.log
#folders#
/target
/src/main/webapp/WEB-INF/classes
*/META-INF/*
/testdb1
# Packaged files #
*.jar
*.war
*.ear