Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
fix reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
liu pin committed Sep 21, 2015
1 parent effcf96 commit ea81b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PostgreSQL的地理信息系统扩展插件Postgis为PostgreSQL数据库提供
但对于将列名转换为Java的驼峰命名的形式,MBG则没有给出解决方法。对于此XMBG通过插件`com.freetmp.mbg.plugin.ColumnNameConversionPlugin`
提供了一种解决方案,通过正则表达式来匹配列名中的每一个单词项,然后再将所有的单词项组合在一下,且首个单词小写。作为插件的用法如下:
```xml
<plugin type="com.palmaplus.mbg.plugin.ColumnNameConversionPlugin">
<plugin type="com.freetmp.mbg.plugin.ColumnNameConversionPlugin">
<property name="columnPattern" value="[A-Z][a-z]*" />
</plugin>
```
Expand Down

0 comments on commit ea81b4b

Please sign in to comment.