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

com.drools.solon.XpluginImp Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
package com.drools.solon;

import org.noear.solon.core.AppContext;
import org.noear.solon.core.Plugin;

import com.drools.solon.config.DroolsAutoConfiguration;

/**
 * Solon-drools 插件入口
 *
 * @author Karas
 */
public class XpluginImp implements Plugin {
    @Override
    public void start(AppContext context) throws Throwable {
    	context.lifecycle(-99, () -> {
    		context.beanMake(DroolsAutoConfiguration.class);
    	});
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy