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

It should use ebean's naming convention by default #1

Closed thomasguo closed 7 years ago

thomasguo commented 7 years ago

This plug-in does not favor ebean's default naming convention: underscore

The workaround for now is adding the following line in act db conf file:

db.naming.convention=underscore

We should make the underscore naming convention as default.

greenlaw110 commented 7 years ago

Fixed in v1.0.2