actframework / act-ebean

The ebean plugin that uses latest ebeanorm and requrie java 8 support
Apache License 2.0
2 stars 1 forks source link

Couldn't set naming convertion when create DDL #30

Open fliu721 opened 5 years ago

fliu721 commented 5 years ago

Add this configuration in db.properties db.namingconvention=com.avaje.ebean.config.MatchingNamingConvention or db.namingconvention=MATCHING

db.ddl.drop=true db.ddl.create=true

When run the application, the auto generate table's name and table's column name is still underscore name style.