-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Overriding Default Configurations
karthik-vn edited this page Sep 12, 2012
·
6 revisions
Eureka comes with in-built defaults which works for most of the scenarios. In case, you want to override the default configurations, there are 3 types of configurations you might want to look at.
You can extend the following default configuration classes to provide your own configuration value by using any mechanism you would like.
Important: Please do not use the interfaces, they are just for documentation purposes and is likely to change in the future.
- Cloud or Datacenter Instance Configuration
- Eureka Client Configuration
- Eureka Server Configuration
- Eureka at a glance
- Configuring Eureka
- Building Eureka Client and Server
- Running the Demo Application
- Deploying-Eureka-Servers-in-EC2
- Understanding Eureka Client/Server Communication
- Server Self Preservation Mode
- Eureka REST operations
- Understanding Eureka Peer to Peer communication
- Overriding Default Configurations
- FAQ