diff --git a/jte-spring-boot-starter-2/src/main/resources/META-INF/spring-configuration-metadata.json b/jte-spring-boot-starter-2/src/main/resources/META-INF/spring-configuration-metadata.json index 5f82747a..b4305d35 100644 --- a/jte-spring-boot-starter-2/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/jte-spring-boot-starter-2/src/main/resources/META-INF/spring-configuration-metadata.json @@ -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", @@ -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": [] } diff --git a/jte-spring-boot-starter-3/src/main/resources/META-INF/spring-configuration-metadata.json b/jte-spring-boot-starter-3/src/main/resources/META-INF/spring-configuration-metadata.json index 5f82747a..b4305d35 100644 --- a/jte-spring-boot-starter-3/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/jte-spring-boot-starter-3/src/main/resources/META-INF/spring-configuration-metadata.json @@ -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", @@ -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": [] }