@SpringBootApplication
@EnableScheduling
@PropertySource(value="classpath:application.properties") @PropertySource(value="classpath:serverpackcreator.properties")
public class WebService
extends java.lang.Object
| Constructor and Description |
|---|
WebService() |
| 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.
|
public static void main(java.lang.String[] args)
args - Arguments passed from invocation in Main.main(String[]).