How to turn off DataNucleus Enhancer while working with Google App Engine

前端 未结 3 1828
谎友^
谎友^ 2020-12-28 08:27

I am working in Eclipse on a Google AppEngine Java code. Every time I save a java file, the DataNucleus Enchancer starts off \"Enhancement of Classes\". Its quite irritating

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 09:12

    The Enhancer is setup as a Builder in your project properties. I suspect you could safely disable it while you are editing, and then when you want to run it you would have to re-enable and build again to ensure that any changes you made to persistent classes are reflected correctly before you try to run or test your application locally. Then, you could upload to app engine.

提交回复
热议问题