Port should be 8080 instead of 8888
dwschulze opened this issue · 4 comments
dwschulze commented
"Now go to http://localhost:8088/ and have a look at your first Vue.js Spring Boot App."
should be port 8080.
guillevc commented
Spring Boot backend runs on 8088
Vue's webpack-dev-server runs on 8080
That statement is in the First App Run section, where you launch your full Spring Boot app, which serves the built Vue.js app. So accessing from 8088 is correct.
atelles commented
Spring Boot backend is running on port 8089 on Master, but the Readme is only referencing port 8088
guillevc commented
Spring Boot backend is running on port 8089 on Master, but the Readme is only referencing port 8088
You're right they are inconsistencies right now. I'm making a PR to fix this.
jonashackt commented
Thanks for clarifying @guillevc 👍