public class Main
extends java.lang.Object
| Constructor | Description |
|---|---|
Main() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
This method starts the program
Here, we declare ApplicationContext
and run the test
|
public static void main(java.lang.String[] args)
args - Command line valueTest