Drools之使用注意点

1.DRL中不要使用单引号,对于字符串一定使用双引号.

2.如果集成了Spring,一定不能调用kieSession.dispose();

3.stateful和stateless区别