org.yuequan.watchdog.configuration.WatchdogEndpointsConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watchdog-spring-boot-starter Show documentation
Show all versions of watchdog-spring-boot-starter Show documentation
Watchdog is an OAuth 2 provider for SpringBoot
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