moved on GitHub
This commit is contained in:
parent
e9a31f367a
commit
99ef6e5c1a
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue