We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c5c539 + 6fba138 commit 93bc34cCopy full SHA for 93bc34c
spring-boot/src/main/java/org/springframework/boot/SpringApplication.java
@@ -96,10 +96,11 @@
96
* @EnableAutoConfiguration
97
* public class MyApplication {
98
*
99
- * // ... Bean definitions
+ * // ... Bean definitions
100
101
- * public static void main(String[] args) throws Exception {
102
- * SpringApplication.run(MyApplication.class, args);
+ * public static void main(String[] args) throws Exception {
+ * SpringApplication.run(MyApplication.class, args);
103
+ * }
104
* }
105
* </pre>
106
0 commit comments