Update 55.1.4. Automatic main method.md
parent
e14704406e
commit
18e5190ad4
|
@ -0,0 +1,3 @@
|
|||
### 55.1.4. 自动创建main方法
|
||||
|
||||
跟等效的Java应用不同,你不需要在Groovy脚本中添加一个`public static void main(String[] args)`方法。Spring Boot 会使用你编译后的代码自动创建一个SpringApplication。
|
Loading…
Reference in New Issue