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

template.anypoint.json.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha4
Show newest version
<#assign emp = emProperties == 'true'>
<#assign restProject = projectType == 'rest'>
<#assign d = domain == 'true'>
{
  "name": "${projectName}"<#if restProject || emp>,
<#if restProject>
  "api": {
    "addAutoDiscovery": true
  }<#if emp>,

<#if emp>
  "properties": {
<#if restProject && !d >
    "listener.http": {
      "type": "https",
      "secure": true
    }

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy