spring-comparing-template-engines icon indicating copy to clipboard operation
spring-comparing-template-engines copied to clipboard

Demo project to show different Java templating engines in combination with Spring MVC

Results 15 spring-comparing-template-engines issues
Sort by recently updated
recently updated
newest added

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.1.3. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.1.3 :lady_beetle: Bug Fixes Logging config URLs with query parameters are not detected as XML #37062 Changed environment...

dependencies

Bumps [kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.8.1 to 0.9.1. Release notes Sourced from kotlinx-html-jvm's releases. 0.9.1 Add watchosDeviceArm64 Set JVM toolchain to 8 0.9.0 What's Changed Change callback properties on stdlib event for...

dependencies

Bumps `kotlin.version` from 1.8.22 to 1.9.0. Updates `kotlin-stdlib` from 1.8.22 to 1.9.0 Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.9.0 Changelog Analysis API New Features KT-57930 Analysis API: provide an...

dependencies

Bumps `pebble.version` from 3.1.6 to 3.2.1. Updates `pebble` from 3.1.6 to 3.2.1 Release notes Sourced from pebble's releases. 3.2.1 3.2.0 Commits c3ce505 [maven-release-plugin] prepare for next development iteration b0cfeb8 [maven-release-plugin]...

dependencies

To run `spring-comparing-template-engines` with JMH on you local machine just run: ``` mvn clean install ``` And then: ``` java -cp target\template-engines.jar;target\classes org.openjdk.jmh.Main -f 1 -r 5 -w 5 -i...