Passionate software engineer focused on creating high-performance, scalable systems. With expertise in Java, API design, and a keen interest in AI and large language models, I’m dedicated to exploring how cutting-edge technologies can drive innovation in software.
The default address of API is /services to change the default CXF API address from /services to /api (or anything that you like) just check my Github profile :)
Step 4: Spring Boot starter method
I prefer to keep Spring Boot starter method out of other configuration classes and put your Beans on other Classes.
Step 5: Run Spring Boot
It’s time to see what we have done, we can just run a Boot project with mvn spring-boot:run or use any IDE you like. If your Application is running on PORT 8080 just open http://localhost:8080/services/services then you will see your API links then click the only Swagger UI Link.
Processing Real-Time data is a big challenge then Reactive tools come and help us to make an Asynchronous application without being involved with Low-Level h...
We always have been using abstraction to make things more robust, reusable, and readable. Nowadays geeks use it as a term called “Container” to have a simple...