Package CIserver.app
Class CiServerApplication
java.lang.Object
CIserver.app.CiServerApplication
@SpringBootApplication
@ComponentScan(basePackages="CIserver.rest")
public class CiServerApplication
extends Object
Spring Boot Application class that runs the CI-server
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CiServerApplication
public CiServerApplication()
-
-
Method Details
-
main
Main method that runs the web server- Parameters:
args- optional arguments
-