Project

General

Profile

« Previous | Next » 

Revision 45546

View differences:

DnetInformationServiceApplication.java
2 2

  
3 3
import org.springframework.boot.SpringApplication;
4 4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
import org.springframework.context.annotation.ComponentScan;
6
import org.springframework.scheduling.annotation.EnableScheduling;
5 7

  
6 8
@SpringBootApplication
9
@ComponentScan("eu.dnetlib")
10
@EnableScheduling
7 11
public class DnetInformationServiceApplication {
8 12

  
9 13
	public static void main(final String[] args) {

Also available in: Unified diff