Create a Project

Create a webhook handler project.

Create a Spring Starter Project

IDE used to create the demo project

  • Spring Tool Suite 4

  • spring-core:5.3.20

  • spring-boot:2.7.0

File > New > Spring Starter Project

Add project dependencies

  • Spring Web

  • Developer Tools > Lombok

Configuration

Add dependency and update the maven project (Project > Maven > Update Project).

Change port number

Last updated