Merge pull request #8039 from rafael-rollo:master
* pr/8039: Indenting SpringApplication javadoc code
This commit is contained in:
commit
93bc34c1eb
|
|
@ -96,10 +96,11 @@ import org.springframework.web.context.support.StandardServletEnvironment;
|
|||
* @EnableAutoConfiguration
|
||||
* public class MyApplication {
|
||||
*
|
||||
* // ... Bean definitions
|
||||
* // ... Bean definitions
|
||||
*
|
||||
* public static void main(String[] args) throws Exception {
|
||||
* SpringApplication.run(MyApplication.class, args);
|
||||
* public static void main(String[] args) throws Exception {
|
||||
* SpringApplication.run(MyApplication.class, args);
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue