简体   繁体   中英

How to apply QueryDSL numeric mappings via ANT Task?

I need to refine the default QueryDSL numeric type mappings. Therefore the Maven plugin provides the option

<numericMappings>
  <numericMapping>
    <size>1</size>
    <digits>0</digits>
    <javaType>java.lang.Integer</javaType>
  </numericMapping>
</numericMappings>

I haven't found a way to apply those mappings via the Ant task.

How can I apply numeric mappings via Ant?

当前Ant不支持数字映射,但是可以为它创建票证。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM