How to disable EBean boost

I have been using Ebean with an improvement for a while. It works most of the time, but it is very fragile and very bulky to get the right configuration. I hope that turning it off can increase reliability.

My problem is that if I turn off the enhancer in Eclipse and Maven, I will start to get various exceptions. What steps should be taken to get rid of improvement?

+5
source share
1 answer

Try removing the line ebean.default = "models. *" From your .conf application. It worked for me.

0
source

All Articles