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

handlebars.JavaMicronaut.application.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
micronaut:
  application:
    name: {{artifactId}}
  router:
    static-resources:
      swagger:
        paths: classpath:META-INF/swagger
        mapping: /swagger/**
  server:
    cors:
      enabled: true
      configurations:
        web:
          allowedOrigins: *
          allowedMethods:
            - GET
            - POST
            - DELETE
            - PUT
          allowedHeaders:
            - Content-Type
            - Authorization




© 2015 - 2024 Weber Informatics LLC | Privacy Policy