moved on GitHub

This commit is contained in:
Michele Artini 2021-03-23 14:43:26 +01:00
parent e9a31f367a
commit 99ef6e5c1a
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication @SpringBootApplication
@Deprecated
// The current version of this application is available on GitHub:
// https://github.com/openaire/broker-cmdline-client
public class BrokerClientApp implements CommandLineRunner { public class BrokerClientApp implements CommandLineRunner {
private static Logger log = LoggerFactory.getLogger(BrokerClientApp.class); private static Logger log = LoggerFactory.getLogger(BrokerClientApp.class);

View File

@ -25,6 +25,9 @@ import org.springframework.boot.configurationprocessor.json.JSONObject;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
@Component @Component
@Deprecated
// The current version of this application is available on GitHub:
// https://github.com/openaire/broker-cmdline-client
public class BrokerUtils { public class BrokerUtils {
private static final Logger log = LoggerFactory.getLogger(BrokerUtils.class); private static final Logger log = LoggerFactory.getLogger(BrokerUtils.class);