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

com.suchtool.nicetool.configuration.NiceUtilConfiguration Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package com.suchtool.nicetool.configuration;

import com.suchtool.nicetool.util.spring.ApplicationContextHolder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
public class NiceUtilConfiguration {
    @Bean(name = "suchtool.niceutil.applicationContextHolder")
    public ApplicationContextHolder applicationContextHolder() {
        return new ApplicationContextHolder();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy