All Downloads are FREE. Search and download functionalities are using the official Maven repository.

or-dataql.3.2.0.source-code.static-config.xml Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://project.hasor.net/hasor/schema/hasor-dataql">
    <hasor>
        <!-- 包扫描覆盖范围,逗号间隔 -->
        <loadPackages>net.hasor.eval.*</loadPackages>

        <!-- 默认要装载的模块 -->
        <modules>
            <module>net.hasor.eval.binder.DataQLModule</module>
        </modules>

        <!-- ApiBinder 扩展(多个 type 可以指定同一个实现类,Hasor 会自动映射到同一个实例对象上) -->
        <apiBinderSet>
            <binder type="net.hasor.eval.binder.DataApiBinder">net.hasor.eval.binder.DataApiBinderCreater</binder>
        </apiBinderSet>

    </hasor>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy