Skip to content

Commit

Permalink
Adds developmentMode configuration metadata property. (#272)
Browse files Browse the repository at this point in the history
This fixes the Issue of spring boots configuration metadata problems.

Co-authored-by: David Schowalter <david.schowalter@iteratec.com>
  • Loading branch information
schowave and David Schowalter authored Sep 14, 2023
1 parent f53fb95 commit 0dd2c2d
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 0dd2c2d

Please sign in to comment.