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:
16
mybatis/.gitignore
vendored
Normal file
16
mybatis/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user