Refactor all Spring Session, Apache Geode Samples using Spring Boot to switch from Thymeleaf to FreeMarker.
Convert Thymelead templates to FreeMarker templates. Remove the use of WebJars. Refactor all Sample application code.
This commit is contained in:
@@ -6,7 +6,7 @@ dependencies {
|
||||
|
||||
implementation project(':spring-session-data-geode')
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter-thymeleaf") {
|
||||
implementation("org.springframework.boot:spring-boot-starter-freemarker") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
|
||||
@@ -16,8 +16,6 @@ dependencies {
|
||||
|
||||
implementation "jakarta.servlet:jakarta.servlet-api"
|
||||
implementation "org.springframework.data:spring-data-geode-test"
|
||||
implementation "org.webjars:bootstrap"
|
||||
implementation "org.webjars:webjars-locator"
|
||||
|
||||
runtimeOnly "org.springframework.shell:spring-shell"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user