File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Microservices at your service! 👾
2
+
3
+ ## Implementing Service Registry using Eureka Server 🍀
4
+ 1 . Create a ` maven-scala-seed ` project in your VS Code.
5
+ 2 . Leverage the ` pom.xml ` file which has the latest related dependencies. Then, build the project.
6
+ 3 . ` application.yml ` has related configurations such as port etc, which is crucial so that our server doesn't try to register with itself.
7
+ 4 . Be extra careful while installing the correction version of dependencies.
8
+ 5 . References:<br >
9
+ a. https://start.spring.io/ <br >
10
+ b. https://mvnrepository.com/artifact/org.codehaus.jettison/jettison/1.2 <br >
11
+ c. https://www.youtube.com/watch?v=yKZVdkrTBTg&ab_channel=LearnCodeWithDurgesh <br >
12
+
13
+ ### Eureka Dashboard
14
+ Once your project is up and running, visit the following link: http://localhost:8761/
15
+
You can’t perform that action at this time.
0 commit comments