|
|
@ -96,10 +96,11 @@ import org.springframework.web.context.support.StandardServletEnvironment;
|
|
|
|
* @EnableAutoConfiguration
|
|
|
|
* @EnableAutoConfiguration
|
|
|
|
* public class MyApplication {
|
|
|
|
* public class MyApplication {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* // ... Bean definitions
|
|
|
|
* // ... Bean definitions
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* public static void main(String[] args) throws Exception {
|
|
|
|
* public static void main(String[] args) throws Exception {
|
|
|
|
* SpringApplication.run(MyApplication.class, args);
|
|
|
|
* SpringApplication.run(MyApplication.class, args);
|
|
|
|
|
|
|
|
* }
|
|
|
|
* }
|
|
|
|
* }
|
|
|
|
* </pre>
|
|
|
|
* </pre>
|
|
|
|
*
|
|
|
|
*
|
|
|
|