Skip to content

SpringDataDialect is not working #38

@nasibulloh

Description

@nasibulloh

Hi. When I add this library to spring boot 1.5 and create bean as
@configuration
public class WebConfig {
@bean
public SpringDataDialect springDataDialect() {
return new SpringDataDialect();
}

}
I got an error. The error like this: java.lang.NoClassDefFoundError: org/thymeleaf/dialect/IProcessorDialect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions