Skip to content

Commit

Permalink
Adds developmentMode configuration metadata property.
Browse files Browse the repository at this point in the history
This fixes the Issue of spring boots configuration metadata problems.
  • Loading branch information
David Schowalter committed Sep 7, 2023
1 parent f53fb95 commit 1f9651e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"description": "You can precompile the templates for faster startup and rendering. To use this you need to include the Maven or Gradle Plugin: https://github.com/casid/jte/blob/main/DOCUMENTATION.md#precompiling-templates",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
{
"name": "gg.jte.developmentMode",
"type": "java.lang.Boolean",
"description": "You can enable developmentMode so that the jte file watcher will watch for changes in templates and recompile them.",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
{
"name": "gg.jte.templateLocation",
"type": "java.lang.String",
Expand All @@ -24,7 +30,7 @@
"type": "java.lang.String",
"description": "You can configure the file suffix of jte templates the compiler resolves",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
}
],
"hints": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"description": "You can precompile the templates for faster startup and rendering. To use this you need to include the Maven or Gradle Plugin: https://github.com/casid/jte/blob/main/DOCUMENTATION.md#precompiling-templates",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
{
"name": "gg.jte.developmentMode",
"type": "java.lang.Boolean",
"description": "You can enable developmentMode so that the jte file watcher will watch for changes in templates and recompile them.",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
{
"name": "gg.jte.templateLocation",
"type": "java.lang.String",
Expand All @@ -24,7 +30,7 @@
"type": "java.lang.String",
"description": "You can configure the file suffix of jte templates the compiler resolves",
"sourceType": "gg.jte.springframework.boot.autoconfigure.JteProperties"
},
}
],
"hints": []
}

0 comments on commit 1f9651e

Please sign in to comment.