# =================================================================== # Spring Boot configuration. # # This configuration will be overridden by the Spring profile you use, # for example application-dev.yml if you use the "dev" profile. # # More information on profiles: https://www.jhipster.tech/profiles/ # More information on configuration properties: https://www.jhipster.tech/common-application-properties/ # =================================================================== # =================================================================== # Standard Spring Boot properties. # Full reference is available at: # http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== management: endpoints: web: base-path: /management exposure: include: ["configprops", "env", "health", "info", "threaddump", "logfile", "jhi-metrics", "prometheus" ] endpoint: health: show-details: when-authorized jhi-metrics: enabled: true info: git: mode: full health: mail: enabled: false # When using the MailService, configure an SMTP server and set this to true metrics: export: # Prometheus is the default metrics backend prometheus: enabled: true step: 60 binders: jvm: enabled: true processor: enabled: true uptime: enabled: true logback: enabled: true files: enabled: true integration: enabled: true distribution: percentiles-histogram: all: true percentiles: all: 0, 0.5, 0.75, 0.95, 0.99, 1.0 web: server: auto-time-requests: true spring: application: name: hsadminNg profiles: # The commented value for `active` can be replaced with valid Spring profiles to load. # Otherwise, it will be filled in by gradle when building the WAR file # Either way, it can be overridden by `--spring.profiles.active` value passed in the commandline or `-Dspring.profiles.active` set in `JAVA_OPTS` active: #spring.profiles.active# jpa: open-in-view: false properties: hibernate.jdbc.time_zone: UTC hibernate: ddl-auto: none naming: physical-strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy implicit-strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy messages: basename: i18n/messages mvc: favicon: enabled: false thymeleaf: mode: HTML server: servlet: session: cookie: http-only: true # Properties to be exposed on the /info management endpoint info: # Comma separated list of profiles that will trigger the ribbon to show display-ribbon-on-profiles: "dev" # =================================================================== # JHipster specific properties # # Full reference is available at: https://www.jhipster.tech/common-application-properties/ # =================================================================== jhipster: async: core-pool-size: 2 max-pool-size: 50 queue-capacity: 10000 # By default CORS is disabled. Uncomment to enable. #cors: #allowed-origins: "*" #allowed-methods: "*" #allowed-headers: "*" #exposed-headers: "Authorization,Link,X-Total-Count" #allow-credentials: true #max-age: 1800 mail: from: hsadminNg@localhost swagger: default-include-pattern: /api/.* title: hsadminNg API description: hsadminNg API documentation version: 0.0.1 terms-of-service-url: contact-name: contact-url: contact-email: license: license-url: # =================================================================== # Application specific properties # Add your own application properties here, see the ApplicationProperties class # to have type-safe configuration, like in the JHipsterProperties above # # More documentation is available at: # https://www.jhipster.tech/common-application-properties/ # =================================================================== # application: