Package com.patreonshout
Class PSApplication
java.lang.Object
com.patreonshout.PSApplication
@SpringBootApplication
public class PSApplication
extends java.lang.Object
Where the Spring Boot application is run
-
Constructor Summary
Constructors Constructor Description PSApplication()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Starts the Spring Boot applicationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PSApplication
public PSApplication()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Starts the Spring Boot application- Parameters:
args
- are the command line arguments
-