Skip to content

Commit 7df55f9

Browse files
authored
Create README.md
1 parent 62ce2d8 commit 7df55f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

0 commit comments

Comments
 (0)