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

ze-ph.path_handler.yml.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
path_handler:
  routes:
    routes:
{{#routes}}{{>route}}{{/routes}}
    default_params:
      middleware: ''
  metadata_cache:
    adapter:
      name: blackhole
#    adapter:
#      name: filesystem
#      options:
#        cache_dir: data/cache/path_handler
#        namespace: ph

  handlers:
    invokables:
{{#apiInfo}}
{{#apis}}
{{#operations}}
      {{classname}}: {{package}}\{{classname}}
{{/operations}}
{{/apis}}
{{/apiInfo}}
#  consumers:
#  attributes:
#  producers:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy