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

org.yuequan.watchdog.configuration.WatchdogEndpointsConfiguration Maven / Gradle / Ivy

There is a newer version: 0.8.3.BETA
Show newest version
package org.yuequan.watchdog.configuration;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.yuequan.watchdog.endpoint.ApplicationEndpoint;

/**
 * @author yuequan
 * @since
 **/
@Configuration
public class WatchdogEndpointsConfiguration {
    @Bean
    public ApplicationEndpoint applicationEndpoint(){
        return new ApplicationEndpoint();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy