Skip to main content

Posts Tagged ‘REST API SpringBoot’

Data Business Computer People

Build Employee Face Detection Service with Microsoft Azure Cognitive Services in 3 Steps

What is Face Detection: Face Detection uses biometrics to map our facial features from a live visual or photograph. Microsoft Azure has introduced an enterprise business solution that even a developer with zero knowledge in AI can implement it. Microsoft Face API is a generic solution which can be used for many images recognitions purpose. […]

Working At Home With Laptop Woman Writing A Blog. Female

RequestBody and Multipart on Spring Boot

Introduction: Recently I have faced an issue in my project on using the multipart and JSON simultaneously. I would like to share my knowledge on how this issue can be fixed. For this scenario, I have taken a sample Spring-Boot application that uses JSON/ POJO and Multipart. Below are the steps to achieve passing the […]

Computer And Tools

Spring Around at the Speed of Sound: Using Springboot to Jumpstart Middleware

Introduction In our last post, we described the architecture for Handshake, Perficient’s Search Connector Framework. In this post, we’ll be diving into Spring and Springboot, the backbone of the Handshake application. Other colleagues have written great resources for to help get started with Spring. In this post, we discuss common use cases for Spring, when […]

change management

Migrating REST API from IBM Integration Bus to Spring Boot

In this blog post, we will learn how to Migrate IIB REST application to Spring Boot. The topics covered in this use case include: Create SpringBoot Project Creating Model class from Swagger Pom File Define Database Configuration Entity Class JPA Data Repository Rest Controller Service Class Build and Run the Project. Create Spring Boot Project […]