We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df0f3 commit 69214f4Copy full SHA for 69214f4
src/main/java/ru/mystamps/web/support/togglz/TogglzConfig.java
@@ -26,6 +26,7 @@
26
import org.springframework.context.annotation.Bean;
27
import org.springframework.context.annotation.Configuration;
28
29
+import com.github.heneke.thymeleaf.togglz.TogglzDialect;
30
import org.togglz.console.TogglzConsoleServlet;
31
import org.togglz.core.manager.FeatureManager;
32
import org.togglz.core.manager.FeatureManagerBuilder;
@@ -66,4 +67,9 @@ public ServletRegistrationBean getTogglzConsole() {
66
67
return servlet;
68
}
69
70
+ @Bean
71
+ public TogglzDialect getTogglzDialect() {
72
+ return new TogglzDialect();
73
+ }
74
+
75
0 commit comments