Skip to content

Commit

Permalink
Merge pull request #690 from aihamh/develop-java21_backup3
Browse files Browse the repository at this point in the history
[MOSIP-32507] Java21: Updated code
  • Loading branch information
ckm007 authored Jul 4, 2024
2 parents 0ba17e9 + 9a7d9cd commit 532c073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.context.annotation.FilterType;

@EnableCaching
@SpringBootApplication(exclude = CloudFoundryVcapEnvironmentPostProcessor.class)
@SpringBootApplication
@ComponentScan(basePackages = { "io.mosip.*", "${mosip.lang.traslate.adapter.impl.basepackage}" }, excludeFilters = {
@ComponentScan.Filter(type = FilterType.REGEX, pattern = {
"io\\.mosip\\.kernel\\.keymigrate\\.service\\.spi\\.KeyMigratorService",
Expand Down

0 comments on commit 532c073

Please sign in to comment.