We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d354c commit b2fb8c1Copy full SHA for b2fb8c1
mse-simple-demo/A/src/main/java/com/alibabacloud/mse/demo/AApplication.java
@@ -9,6 +9,7 @@
9
import org.springframework.context.annotation.Bean;
10
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
11
import org.springframework.web.client.RestTemplate;
12
+import springfox.documentation.swagger2.annotations.EnableSwagger2;
13
14
import java.io.File;
15
import java.io.FileReader;
@@ -19,6 +20,7 @@
19
20
* @author <a href="mailto:[email protected]">Jim</a>
21
*/
22
@SpringBootApplication
23
+@EnableSwagger2
24
public class AApplication {
25
26
public static void main(String[] args) {
0 commit comments