#JAVA backend
1 messages · Page 1 of 1 (latest)
<@&987246584574140416> please have a look, thanks.
What's your specific question? This is a bit broad.
i mean m trying to use vs code for the backend
and also built a project in vs code
using spring boot
but the spring boot is just not running
Without a specific error we can't really help as we haven't got the foggiest what you have (not) done.
I recommend following their tutorials at spring.academy and leveraging start.spring.io .
Furthermore if you're new IntelliJ will likely offer a bit of a smoother experience than Visual Studio Code.
i tried it too
i mean once.. goign at it again now
but if we have done frontend in vs code and backend in intellij will the website work?
Your used development tool has no impact on your code.
ohkayss
so we need to do all tht setup again intellij right
anyways.. thankyou lots for the help
No, you can just load your project in IntelliJ.
ohkay.. ty!
Generate project using spring initializr. Open it with Intelij(the best ide for java). Try to simply run your app. It will start server on 8080.
Yes, you can develop frontend in vs code and backend in intelij. You frontend should male requests to backend.
If you want to test web site locally, run intelij and vs code at the same time, but for deploying on server u will need to configure nginx and tomcat.
Just look for tutorials like simple api using Spring Boot.