domix/jade4j-spring-boot-starter

define variable can not work in jade template for jade4j

Opened this issue · 3 comments

hi domix:
how can i define variable in jade template of springboot project? i use syntax from jade org not work.
image
this syntax can not work

Same issue with you.

This issue was solved in following commit. 07719df#diff-c197962302397baf3a4cc36463dce5ea

The author hasn't release new version yet, you can add jade4j dependency by you own like this:

...
         <dependency>
		<groupId>com.domingosuarez.boot</groupId>
		<artifactId>spring-boot-starter-jade4j</artifactId>
		<version>0.3.1</version>
		</dependency>
        <dependency>
            <groupId>de.neuland-bfi</groupId>
            <artifactId>jade4j</artifactId>
            <version>1.2.5</version>
        </dependency>
        <dependency>
            <groupId>de.neuland-bfi</groupId>
            <artifactId>spring-jade4j</artifactId>
            <version>1.2.5</version>
        </dependency>
...
domix commented

Released a new version this week, please check it out @dingxiaobo @lenvonsam