Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarounMaroun/aa0eab5e975081df1601d27a87180a69 to your computer and use it in GitHub Desktop.
Save MarounMaroun/aa0eab5e975081df1601d27a87180a69 to your computer and use it in GitHub Desktop.
configprops
{
"contexts": {
"application-1": {
"beans": {
"spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties": {
"prefix": "spring.transaction",
"properties": {}
},
"management.trace.http-org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties": {
"prefix": "management.trace.http",
"properties": {
"include": [
"RESPONSE_HEADERS",
"COOKIE_HEADERS",
"TIME_TAKEN",
"REQUEST_HEADERS"
]
}
},
"inetUtilsProperties": {
"prefix": "spring.cloud.inetutils",
"properties": {
"ignoredInterfaces": [],
"preferredNetworks": [],
"defaultIpAddress": "127.0.0.1",
"timeoutSeconds": 1,
"defaultHostname": "localhost",
"useOnlySiteLocalInterfaces": false
}
},
"management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties": {
"prefix": "management.endpoints.web",
"properties": {
"pathMapping": {},
"exposure": {
"include": [
"*"
],
"exclude": []
},
"basePath": "/actuator"
}
},
"spring.cloud.stream.function-org.springframework.cloud.stream.function.StreamFunctionProperties": {
"prefix": "spring.cloud.stream.function",
"properties": {}
},
"spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties": {
"prefix": "spring.jackson",
"properties": {
"serialization": {},
"visibility": {},
"parser": {},
"deserialization": {},
"generator": {},
"mapper": {}
}
},
"spring.http-org.springframework.boot.autoconfigure.http.HttpProperties": {
"prefix": "spring.http",
"properties": {
"encoding": {
"charset": "UTF-8",
"force": false,
"forceRequest": false,
"forceResponse": false
},
"logRequestDetails": false
}
},
"spring.rabbitmq-org.springframework.boot.autoconfigure.amqp.RabbitProperties": {
"prefix": "spring.rabbitmq",
"properties": {
"template": {
"retry": {
"enabled": false,
"maxAttempts": 3,
"initialInterval": {
"units": [
"SECONDS",
"NANOS"
]
},
"multiplier": 1.0,
"maxInterval": {
"units": [
"SECONDS",
"NANOS"
]
}
},
"exchange": "",
"routingKey": "******"
},
"password": "******",
"cache": {
"channel": {},
"connection": {
"mode": "CHANNEL"
}
},
"port": 5672,
"publisherConfirms": false,
"host": "rmq",
"listener": {
"type": "SIMPLE",
"simple": {
"autoStartup": true,
"retry": {
"enabled": false,
"maxAttempts": 3,
"initialInterval": {
"units": [
"SECONDS",
"NANOS"
]
},
"multiplier": 1.0,
"maxInterval": {
"units": [
"SECONDS",
"NANOS"
]
},
"stateless": true
},
"missingQueuesFatal": true
},
"direct": {
"autoStartup": true,
"retry": {
"enabled": false,
"maxAttempts": 3,
"initialInterval": {
"units": [
"SECONDS",
"NANOS"
]
},
"multiplier": 1.0,
"maxInterval": {
"units": [
"SECONDS",
"NANOS"
]
},
"stateless": true
},
"missingQueuesFatal": false
}
},
"publisherReturns": false,
"ssl": {
"enabled": false,
"keyStoreType": "PKCS12",
"trustStoreType": "JKS",
"validateServerCertificate": true,
"verifyHostname": true
},
"username": "protean"
}
},
"spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties": {
"prefix": "spring.info",
"properties": {
"build": {
"location": {},
"encoding": "UTF-8"
},
"git": {
"location": {},
"encoding": "UTF-8"
}
}
},
"management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties": {
"prefix": "management.endpoint.health",
"properties": {
"showDetails": "NEVER",
"roles": []
}
},
"spring.integration-org.springframework.boot.autoconfigure.integration.IntegrationProperties": {
"prefix": "spring.integration",
"properties": {
"jdbc": {
"schema": "classpath:org/springframework/integration/jdbc/schema-@@platform@@.sql",
"initializeSchema": "EMBEDDED"
}
}
},
"spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties": {
"prefix": "spring.resources",
"properties": {
"addMappings": true,
"chain": {
"cache": true,
"htmlApplicationCache": false,
"compressed": false,
"strategy": {
"fixed": {
"enabled": false,
"paths": [
"/**"
]
},
"content": {
"enabled": false,
"paths": [
"/**"
]
}
}
},
"cache": {
"cachecontrol": {}
},
"staticLocations": [
"classpath:/META-INF/resources/",
"classpath:/resources/",
"classpath:/static/",
"classpath:/public/"
]
}
},
"management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties": {
"prefix": "management.metrics",
"properties": {
"distribution": {
"percentilesHistogram": {},
"percentiles": {},
"sla": {},
"minimumExpectedValue": {},
"maximumExpectedValue": {}
},
"web": {
"client": {
"requestsMetricName": "http.client.requests",
"maxUriTags": 100
},
"server": {
"autoTimeRequests": true,
"requestsMetricName": "http.server.requests",
"maxUriTags": 100
}
},
"enable": {},
"useGlobalRegistry": true,
"tags": {}
}
},
"configClientHealthProperties": {
"prefix": "health.config",
"properties": {
"timeToLive": 300000,
"enabled": false
}
},
"spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties": {
"prefix": "spring.cloud.service-registry.auto-registration",
"properties": {
"enabled": true,
"registerManagement": true,
"failFast": false
}
},
"spring.cloud.stream-org.springframework.cloud.stream.config.BindingServiceProperties": {
"prefix": "spring.cloud.stream",
"properties": {
"bindings": {
"output": {
"destination": "output",
"producer": {}
}
}
}
},
"spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties": {
"prefix": "spring.mvc",
"properties": {
"contentnegotiation": {
"favorPathExtension": false,
"favorParameter": false,
"mediaTypes": {}
},
"servlet": {
"path": "/",
"loadOnStartup": -1
},
"staticPathPattern": "/**",
"dispatchOptionsRequest": true,
"dispatchTraceRequest": false,
"ignoreDefaultModelOnRedirect": true,
"logResolvedException": false,
"async": {},
"view": {},
"localeResolver": "ACCEPT_HEADER",
"pathmatch": {
"useSuffixPattern": false,
"useRegisteredSuffixPattern": false
},
"throwExceptionIfNoHandlerFound": false
}
},
"management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties": {
"prefix": "management.info",
"properties": {
"git": {
"mode": "SIMPLE"
}
}
},
"spring.integration.poller-org.springframework.cloud.stream.config.DefaultPollerProperties": {
"prefix": "spring.integration.poller",
"properties": {
"fixedDelay": 1000,
"maxMessagesPerPoll": 1
}
},
"spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties": {
"prefix": "spring.cloud.compatibility-verifier",
"properties": {
"enabled": false,
"compatibleBootVersions": [
"2.1.x"
]
}
},
"spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties": {
"prefix": "spring.task.execution",
"properties": {
"pool": {
"queueCapacity": 2147483647,
"coreSize": 8,
"maxSize": 2147483647,
"allowCoreThreadTimeout": true,
"keepAlive": {
"units": [
"SECONDS",
"NANOS"
]
}
},
"threadNamePrefix": "task-"
}
},
"management.health.status-org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties": {
"prefix": "management.health.status",
"properties": {
"httpMapping": {}
}
},
"management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties": {
"prefix": "management.server",
"properties": {
"servlet": {
"contextPath": ""
}
}
},
"spring.cloud.stream.integration-org.springframework.cloud.stream.config.SpringIntegrationProperties": {
"prefix": "spring.cloud.stream.integration",
"properties": {
"messageHandlerNotPropagatedHeaders": [
"contentType"
]
}
},
"configClientProperties": {
"prefix": "spring.cloud.config",
"properties": {
"headers": {},
"discovery": {
"enabled": false,
"serviceId": "configserver"
},
"profile": "default",
"sendState": true,
"name": "rabbit-source",
"requestReadTimeout": 185000,
"uri": [
"http://localhost:8888"
],
"enabled": true,
"failFast": false
}
},
"management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties": {
"prefix": "management.endpoint.configprops",
"properties": {}
},
"spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties": {
"prefix": "spring.security",
"properties": {
"filter": {
"order": -100,
"dispatcherTypes": [
"ASYNC",
"REQUEST",
"ERROR"
]
},
"user": {
"name": "user",
"password": "******",
"roles": []
}
}
},
"rabbit-org.springframework.cloud.stream.app.rabbit.source.RabbitSourceProperties": {
"prefix": "rabbit",
"properties": {
"maxRetryInterval": 30000,
"mappedRequestHeaders": [
"t"
],
"transacted": false,
"retryMultiplier": 2.0,
"initialRetryInterval": 1000,
"targetSource": {},
"requeue": true,
"maxAttempts": 3,
"queues": [
"distributorQueue"
],
"exposeProxy": false,
"ownConnection": false,
"preFiltered": false,
"enableRetry": false
}
},
"management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties": {
"prefix": "management.endpoints.jmx",
"properties": {
"staticNames": {},
"exposure": {
"include": [],
"exclude": []
},
"domain": "org.springframework.boot"
}
},
"spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties": {
"prefix": "spring.task.scheduling",
"properties": {
"pool": {
"size": 1
},
"threadNamePrefix": "scheduling-"
}
},
"management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties": {
"prefix": "management.endpoints.web.cors",
"properties": {
"allowedHeaders": [],
"allowedMethods": [],
"allowedOrigins": [],
"maxAge": {
"units": [
"SECONDS",
"NANOS"
]
},
"exposedHeaders": []
}
},
"management.metrics.export.simple-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties": {
"prefix": "management.metrics.export.simple",
"properties": {
"mode": "CUMULATIVE",
"step": {
"units": [
"SECONDS",
"NANOS"
]
}
}
},
"spring.webservices-org.springframework.boot.autoconfigure.webservices.WebServicesProperties": {
"prefix": "spring.webservices",
"properties": {
"path": "/services",
"servlet": {
"init": {},
"loadOnStartup": -1
}
}
},
"management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties": {
"prefix": "management.endpoint.env",
"properties": {}
},
"management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties": {
"prefix": "management.endpoint.logfile",
"properties": {}
},
"simpleDiscoveryProperties": {
"prefix": "spring.cloud.discovery.client.simple",
"properties": {
"instances": {},
"local": {
"uri": "http://1c96a18dd1bd:8080",
"metadata": {},
"serviceId": "rabbit-source"
},
"order": 0
}
},
"spring.reactor-org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties": {
"prefix": "spring.reactor",
"properties": {
"stacktraceMode": {
"enabled": false
}
}
},
"server-org.springframework.boot.autoconfigure.web.ServerProperties": {
"prefix": "server",
"properties": {
"undertow": {
"maxHttpPostSize": {},
"eagerFilterInit": true,
"accesslog": {
"enabled": false,
"pattern": "common",
"prefix": "access_log.",
"suffix": "log",
"dir": "/logs",
"rotate": true
}
},
"maxHttpHeaderSize": {},
"tomcat": {
"accesslog": {
"enabled": false,
"pattern": "common",
"directory": "logs",
"prefix": "access_log",
"suffix": ".log",
"rotate": true,
"renameOnRotate": false,
"fileDateFormat": ".yyyy-MM-dd",
"requestAttributesEnabled": false,
"buffered": true
},
"internalProxies": "10\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|192\\.168\\.\\d{1,3}\\.\\d{1,3}|169\\.254\\.\\d{1,3}\\.\\d{1,3}|127\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|172\\.1[6-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.2[0-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3}|0:0:0:0:0:0:0:1|::1",
"protocolHeaderHttpsValue": "https",
"portHeader": "X-Forwarded-Port",
"backgroundProcessorDelay": {
"units": [
"SECONDS",
"NANOS"
]
},
"maxThreads": 200,
"minSpareThreads": 10,
"maxHttpPostSize": {},
"maxHttpHeaderSize": {},
"maxSwallowSize": {},
"redirectContextRoot": true,
"uriEncoding": "UTF-8",
"maxConnections": 10000,
"acceptCount": 100,
"additionalTldSkipPatterns": [],
"resource": {
"allowCaching": true
}
},
"servlet": {
"contextParameters": {},
"applicationDisplayName": "application"
},
"jetty": {
"accesslog": {
"enabled": false,
"retentionPeriod": 31,
"append": false,
"extendedFormat": false,
"dateFormat": "dd/MMM/yyyy:HH:mm:ss Z",
"timeZone": "GMT",
"logCookies": false,
"logServer": false,
"logLatency": false
},
"maxHttpPostSize": {},
"acceptors": -1,
"selectors": -1
},
"error": {
"path": "/error",
"includeException": false,
"includeStacktrace": "NEVER",
"whitelabel": {
"enabled": true
}
}
}
},
"spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties": {
"prefix": "spring.servlet.multipart",
"properties": {
"fileSizeThreshold": {},
"maxFileSize": {},
"maxRequestSize": {},
"enabled": true,
"resolveLazily": false
}
},
"diskSpaceHealthIndicatorProperties": {
"prefix": "management.health.diskspace",
"properties": {
"path": "/.",
"threshold": {}
}
}
},
"parentId": "bootstrap"
},
"bootstrap": {
"beans": {
"spring.cloud.config-org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties": {
"prefix": "spring.cloud.config",
"properties": {
"overrideSystemProperties": true,
"overrideNone": false,
"allowOverride": true
}
},
"configClientProperties": {
"prefix": "spring.cloud.config",
"properties": {
"headers": {},
"discovery": {
"enabled": false,
"serviceId": "configserver"
},
"profile": "default",
"sendState": true,
"name": "rabbit-source",
"requestReadTimeout": 185000,
"uri": [
"http://localhost:8888"
],
"enabled": true,
"failFast": false
}
},
"encrypt-org.springframework.cloud.bootstrap.encrypt.KeyProperties": {
"prefix": "encrypt",
"properties": {
"salt": "deadbeef",
"failOnError": true,
"keyStore": {}
}
}
},
"parentId": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment