If your Spring Boot 3 GET requests aren't loading on Chrome, it's likely because Chrome is routing your HTTP request to HTTPS. That's a problem because out-of-the-box, Spring Boot runs on HTTP only. To fix this problem, which you should, you'll need to enable SSL on your Spring Boot app. I've recorded a long form video reviewing how to do that:
Running a Spring Boot 3 API Locally on HTTPS with Source Code: • Running a Spring Boot 3 API Locally o...