I've just entered my 2nd semester of Comp Sci and we've started to learn about spring boot. The very very basics. So far, we've learned how to create the page and access via localhost:8080 and also how to change the port to 9090.
For some reason, I cannot access the page via localhost:**** with **** being the port number when it is typed directly into my browser. I can access it via IntelliJ's browser buttons that it provides, but it changes the port to a random one like 63663 or something like that. I asked my professor and he didn't know what was going on either and I can't seem to find a solution online. https://gyazo.com/6763b9aa1fd06911ab4e95a861ad920c - This is the error I get.
Any help would be greatly appreciated.
question from:
https://stackoverflow.com/questions/66064492/cannot-access-spring-boot-web-via-localport-on-browser 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…