Hi Vinay, There are no such property indeed, there is "cxf.jaxrs.component-scan", the official documentation is good reference [1] to look at.
[1] https://cxf.apache.org/docs/springboot.html Best Regards, Andriy Redko VG> Hi Team, VG> I am trying to use the cxf version (3.4.2) for rest services using VG> spring boot. But I am unable to find the property cxf.component-scan VG> in the latest version and due to this am unable to scan only cxf VG> annotations. Request you to help me with a solution so that I can scan VG> cxf annotations and resume my work. VG> Cxf Versions: VG> <dependency> VG> <groupId>org.apache.cxf</groupId> VG> <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> VG> <version>3.4.2</version> VG> </dependency> VG> <dependency> VG> <groupId>org.apache.cxf</groupId> VG> <artifactId>cxf-rt-frontend-jaxws</artifactId> VG> <version>3.4.2</version> VG> </dependency> VG> <dependency> VG> <groupId>org.apache.cxf</groupId> VG> <artifactId>cxf-rt-transports-http</artifactId> VG> <version>3.4.2</version> VG> </dependency> VG> </dependencies>