Lỗi khi run các example
Mình chạy thử một số example cho game thì đều bị báo lỗi kiểu như dưới đây, bạn check giúp xem tại sao với?
<pre>
2022-12-12 12:07:29.555 [main] ERROR c.tvd12.ezyfoxserver.EzyAppsStarter can not start app: one-two-three
java.lang.IllegalStateException: can not build writer for class class com.tvd12.ezyfoxserver.app.response.GameFinishedResponse
at com.tvd12.ezyfox.binding.impl.EzyAbstractWriterBuilder.build(EzyAbstractWriterBuilder.java:28)
at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.parseObjectBindingClass(EzySimpleBindingContext.java:316)
at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.parseObjectBindingClasses(EzySimpleBindingContext.java:303)
at com.tvd12.ezyfox.binding.impl.EzySimpleBindingContext$Builder.build(EzySimpleBindingContext.java:285)
at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.createBindingContext(EzySimpleAppEntry.java:135)
at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.createBeanContext(EzySimpleAppEntry.java:89)
at com.tvd12.ezyfoxserver.support.entry.EzySimpleAppEntry.config(EzySimpleAppEntry.java:47)
</pre>