All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ntainest.task.0.0.2-SHAPSHOT.source-code.application.yml Maven / Gradle / Ivy

server:
  servlet:
    context-path: /framework
  port: 9001

spring:
  profiles:
    active: local

management:
  server:
    port: 8000
  endpoints:
    web:
      exposure:
        include: health,info,prometheus
  endpoint:
    prometheus:
      enabled: true
  metrics:
    export:
      prometheus:
        enabled: true
    tags:
      servername: ${server.servlet.context-path}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy