- Create a
maven-scala-seed
project in your VS Code. - Leverage the
pom.xml
file which has the latest related dependencies. Then, build the project. application.yml
has related configurations such as port etc, which is crucial so that our server doesn't try to register with itself.- Be extra careful while installing the correction version of dependencies.
- References:
a. https://start.spring.io/
b. https://mvnrepository.com/artifact/org.codehaus.jettison/jettison/1.2
c. https://www.youtube.com/watch?v=yKZVdkrTBTg&ab_channel=LearnCodeWithDurgesh
Once your project is up and running, visit the following link: http://localhost:8761/ and your eureka dashboard (with currently no instances registered with Eureka) should look as below: