![JAR search and dependency download from the Maven repository](/logo.png)
com.capitalone.dashboard.Application Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gitlab-scm-collector Show documentation
Show all versions of gitlab-scm-collector Show documentation
Gitlab Collector Microservice collecting stats from Git
The newest version!
/**
* Created by benathmane on 18/05/16.
*/
package com.capitalone.dashboard;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* Application configuration and bootstrap
*/
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy