Results 5 comments of lwen

这个后台基本没怎么太改,所以PHP5.6 基本就可以,需要配置一个 memcache 的拓展

对的 直接拷贝原生的 nexusphp 的配置文件就好

after reading the code , i modified code to this and it works ```java public static JafuApplication app = Jafu.webApplication(ioc -> ioc .beans(beanDefinition -> beanDefinition.bean(SampleHandler.class) .bean(SampleService.class) .bean(Sample.class)) .logging(loggingDsl -> loggingDsl.level(LogLevel.DEBUG))...