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

com.firefly.example.ioc.IOCMain Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.example.ioc;

import com.firefly.$;
import com.firefly.core.ApplicationContext;

/**
 * @author Pengtao Qiu
 */
public class IOCMain {
    public static final ApplicationContext ctx = $.createApplicationContext("hello-ioc.xml");

    public static void main(String[] args) {
        ctx.getBean(HelloService.class).print();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy