Bootiful Development with Spring Boot and React - Matt Raible, Okta

December 14, 2017

To simplify development and deployment, you want everything in the same artifact, so you put your React app “inside” your Spring Boot app, right? But what if you could create your React app as a standalone app and make cross-origin requests to your API? A client app that can point to any server makes it easy to test your current client code against other servers (e.g. test, staging, production). This session shows how to develop with Java 8, Spring Boot, React, and TypeScript. You’ll learn how to create REST endpoints with Spring MVC, configure Spring Boot to allow CORS, and create an React app to display its data. If time allows we’ll cover authentication with OpenID Connect and deployment to Cloud Foundry. Matt Raible, Developer Advocate, Okta Filmed at SpringOne Platform 2017

Previous
Tried and True Approach to Cloud Native Design - Rahul Kandhari, HCL
Tried and True Approach to Cloud Native Design - Rahul Kandhari, HCL

The session will be discussing HCL’s experience from creating our own microservices. It will discuss HCL’s ...

Next Video
Reactive Frontends with RxJS and Angular - Sergi Almar
Reactive Frontends with RxJS and Angular - Sergi Almar

Reactive programming has changed the way we develop modern applications. If you are a Java backend develope...