fix: 码全代码添加

This commit is contained in:
2024-10-11 15:56:51 +08:00
parent 9a853f40c2
commit 7776e95902
907 changed files with 81296 additions and 324 deletions

View File

@@ -16,6 +16,11 @@
<artifactId>{{ .artifactId }}-common</artifactId>
<version>{{ .version }}</version>
</dependency>
<dependency>
<groupId>com.codvision</groupId>
<artifactId>cvbp-auth-center</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<modules>
<module>mq</module>

View File

@@ -24,6 +24,7 @@ import org.springframework.context.annotation.Import;
@EnableVSReplayConfiguration
@EnableVSMockConfiguration
@EnableVSMockExpress
@MapperScan("com.codvision")
public class AppApplication{
// @Bean(name = "stackContextInvokeRecorder")