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

io.github.tontu89.debugserverlib.config.EnableRemoteDebugServerConfig Maven / Gradle / Ivy

package io.github.tontu89.debugserverlib.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Profile;

@Profile("RemoteDebug")
@ComponentScan("io.github.tontu89.debugserverlib")
public class EnableRemoteDebugServerConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy