spring-view-component
spring-view-component copied to clipboard
Server-side UI components with spring boot
Do you have a way how to enable Code completion/syntax highlight in IDE? Active plugins: - [thymeleaf](https://plugins.jetbrains.com/plugin/20217-thymeleaf) - [htmx](https://plugins.jetbrains.com/plugin/20588-htmx-support)
First and most important: Thank you for building the awesome plugin. I think the combination Spring + JTE +. htmx has huge potential! I was wondering, what you would think...
Hello, After a demo with the Spring View Component version of Jte, I noticed a bug. JTE views are not rendered. After several investigations I found that the TemplateEngine class...
It would be good to add another template language to Spring ViewComponent. JStachio seems to be the best solution for Mustache https://github.com/jstachio/jstachio Maybe @agentgt can help with that!
the dependency graph for spring-view-component-core shows devtools : | +--- de.tschuehly:spring-view-component-core:0.8.1 | | +--- org.springframework.boot:spring-boot-starter-web -> 3.2.5 (*) | | +--- org.springframework.boot:spring-boot-starter-aop -> 3.2.5 (*) | | +--- org.springframework.boot:spring-boot-devtools ->...
Fix for #34
IntelliJ reports vulnerabilities in the JTE runtime version used. Need to upgrade to 3.1.16 CVE-2025-23026, Score: 6.1 jte (Java Template Engine) is a secure and lightweight template engine for Java...
a new condition class checks both local-development property and spring-dev-tools in classpath.