다른 spring boot 프로그램과 내 프로그램끼리 api를 사용하고 싶었는데webclient가 제일 편하다고 해서 사용했다. 다른 것도 많은데 이게 제일 코드가 적고 간편한 것 같다. gradleimplementation("org.springframework.boot:spring-boot-starter-webflux") webclient.post() - parameterimport jakarta.annotation.PostConstruct;import lombok.extern.log4j.Log4j2;import org.springframework.beans.factory.annotation.Value;import org.springframework.scheduling.annotation.Schedul..