Creating your First Spring Boot API #springboot #codingtutorial #api #java

preview_player
Показать описание
Creating your first API with Spring Boot is simple. It only takes two files. A SpringbootApplication Java class with your main method, and a Controller class.

This demo shows you the two classes your need to set up a simple GET request health check for your server and test it from the terminal using cURL.
Рекомендации по теме