Bootiful Development with Spring Boot and React - Matt Raible
Video Statistics and Information
Channel: SpringDeveloper
Views: 78,206
Rating: 4.9050846 out of 5
Keywords: Web Development (Interest), spring, pivotal, Web Application (Industry) Web Application Framework (Software Genre), Java (Programming Language), Spring Framework, Software Developer (Project Role), Java (Software), Weblogic, IBM WebSphere Application Server (Software), IBM WebSphere (Software), WildFly (Software), JBoss (Venture Funded Company), cloud foundry, spring boot, reactjs, react.js, javascript
Id: P6rwKHnXUJI
Channel Id: undefined
Length: 67min 12sec (4032 seconds)
Published: Thu Dec 14 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Dumb question, a lot of people are using Spring Boot. I see a lot of one Controller applications with Spring Boot. With more complex applications, let's say you have 100 end points, does each end point have a separate Spring Boot instance and then how do you test that locally? Do you fire up 100 instances of spring boot?