Skip to content

dogucakar/eureka-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eureka Server Application

Welcome to the Eureka Server Application! This application is the backbone of your service discovery system, allowing microservices to register themselves and discover other services at runtime.

Getting Started

  1. Run the Eureka Server
    This application runs on port 8761. Once it's up and running, you can access the Eureka Server Dashboard by visiting the following URL in your browser:
    http://localhost:8761

  2. Service Registration
    Microservices will automatically register with this Eureka server upon their startup. No additional steps are needed from your end.

  3. Configuration
    You can customize the configuration by checking out the application.yaml file, which includes settings for the Eureka server and other related properties.

  4. Dependencies
    All required dependencies are defined in the pom.xml file. You can inspect it to get more details about the libraries and configurations used in the project.

Additional Information

  • Eureka Dashboard: This interface shows you all the registered services and their statuses. It’s a great way to monitor your microservices and ensure everything is running smoothly.
  • Application Configuration: If you need to tweak any settings or fine-tune how Eureka behaves, you can make those changes in the application.yaml file.

Troubleshooting

If you run into any issues, make sure the application is running on the correct port (8761) and that no other services are conflicting with it. You can also check the logs for more detailed error messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages