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.
1 parent 6f533c6 commit 39f4f7bCopy full SHA for 39f4f7b
src/main/java/com/github/binarywang/demo/wechat/WxOpenApplication.java
@@ -1,13 +1,11 @@
1
package com.github.binarywang.demo.wechat;
2
3
import org.springframework.boot.SpringApplication;
4
-import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
5
import org.springframework.boot.autoconfigure.SpringBootApplication;
6
/**
7
* @author <a href="https://github.com/007gzs">007</a>
8
*/
9
@SpringBootApplication
10
-@EnableAutoConfiguration
11
public class WxOpenApplication {
12
public static void main(String[] args) {
13
SpringApplication.run(WxOpenApplication.class, args);
0 commit comments