setup MySql with empty test schema
username/password = root/password or change them in conf/application.conf
./sbt run
- run application and open localhost:9000 page
- apply schema evolution requset from Play to init database (one time request)
- You should see json on the page
- comment out the
.useAsm(false)
line in app/sfm_test.Mappers.java and save file - refresh page. You should see
[RuntimeException: java.lang.IllegalArgumentException: object is not an instance of declaring class]