@SpringBootApplication
@EnableScheduling
@PropertySource(value="classpath:application.properties") @PropertySource(value="classpath:serverpackcreator.properties")
public class MainSpringBoot
extends java.lang.Object
| Constructor and Description |
|---|
MainSpringBoot() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Start Spring Boot app, providing our Apache Tomcat and serving our frontend, enabling it to access the REST API.
|
public static void main(java.lang.String[] args)
args - Arguments passed from invocation in Main.main(String[]).