I'm new to Play! 2.0 with Java, and I'm trying to connect my new application to an existing @work database. I build my model class precisely on the existing columns in the database, but it is still trying to develop my database ("The default database evolution is required"!). Do I need to change the configuration regarding the database (for example, because of the "default")?
Thanks for the help.
Edit:
I solved my problem. I had to disable evolutionplugin in the config. After that, he correctly looked at the database data.
source
share