Hey Developers, I've developed a basic portfolio application using spring-boot and html. I've created a jar file and when I try to execute it it shows : SpringBoot Unable to access the web application using default port

Here's my GitHub repo link: https://github.com/anirudh-hegde/AssetApp

Comment From: mannam11

@anirudh-hegde do you have spring-web dependency in your project. if not try to add and retry.

Comment From: anirudh-hegde

@anirudh-hegde do you have spring-web dependency in your project. if not try to add and retry.

I already added dependencies but however I created new project and now it's absolutely working well. So I'm closing this issue.

Comment From: mannam11

@anirudh-hegde sounds great..!