mybatis
This commit is contained in:
@@ -24,7 +24,7 @@ import org.springframework.context.annotation.Import;
|
||||
@EnableVSReplayConfiguration
|
||||
@EnableVSMockConfiguration
|
||||
@EnableVSMockExpress
|
||||
@MapperScan("com.codvision.*.mapper")
|
||||
@MapperScan(basePackages = { "com.codvision.*.mapper", "{{.groupId}}.**.persist.mapper.mybatis"})
|
||||
public class AppApplication{
|
||||
|
||||
// @Bean(name = "stackContextInvokeRecorder")
|
||||
|
||||
Reference in New Issue
Block a user