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

handlebars.JavaSpring.libraries.spring-cloud.application-test.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
spring:
  application:
    name: {{artifactId}}-test
  jackson:
    serialization.WRITE_DATES_AS_TIMESTAMPS: false

hystrix.command.default.execution.timeout.enabled: false

logging.level.{{apiPackage}}: DEBUG

feign.hystrix.enabled: true

{{#wiremock}}
wiremock.base.path: http://localhost:33333
{{/wiremock}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy