Build a Secure Java REST API with Spring Boot

preview_player
Показать описание
This screencast shows you how to build a Java REST API with Spring Boot, secure it with OAuth 2.0, and compile it into a native binary with GraalVM.

Table of Contents:

00:00 - Hello, Java developers
00:51 - Install prerequisites
01:24 - Install a JDK with GraalVM
01:40 - Generate an OAuth 2.0 Access Token
02:39 - Start a Spring Boot Java REST API
04:42 - Run and Test your Spring Boot REST API with HTTPie
05:26 - Build a Native Spring Boot App
05:59 - Startup Time Comparison
06:35 - Memory Usage Comparison
07:27 - Check out `okta start spring-boot`
08:04 - Find the example code on GitHub
08:16 - Thanks for watching!

#Java #RESTAPI #SpringBoot
----
Okta is a developer API service that stores user accounts for your web apps, mobile apps, and APIs.

Рекомендации по теме
Комментарии
Автор

excellent mate, never seen programming like what you did.

dezfuliAmin
Автор

Just wondering why you are not using the Okta Spring Boot starter library? Thanks for video, very helpful.

TheCesarGarciaITPro
Автор

Why is Quarkus not a bigger thing in Java world? It is obviously faster and more memory efficient than Spring. Also, it supports both 'traditional' and reactive endpoints unlike Spring where you either go full reactive or full 'traditional'.

IvanRandomDude
Автор

how to add group claim? so that we can use for protected endpoints

RajkumarRaigonde