Skip to content

Commit

Permalink
feat(scaffold): add folder mapper for mybatis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Jul 2, 2019
1 parent 41febc5 commit 138d1c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/test/app/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ describe('optional dependencies', () => {
it('should have properties', () => {
});

it('should exist files', () => {
assert.file('foo-service-provider/src/main/resources/mapper/.gitkeep')
});

it('should exist demo files', () => {
assert.file('foo-service-provider/src/main/java/com/deepexi/foo/controller/CrudDemoController.java')
assert.file('foo-service-provider/src/main/java/com/deepexi/foo/service/CrudDemoService.java')
Expand Down

0 comments on commit 138d1c8

Please sign in to comment.