jeecg-boot 1.0 版本发布

pull/123/head
zhangdaihao 2019-02-25 19:45:06 +08:00
parent 7dbc96d177
commit 47e0a0dcd8
1 changed files with 2 additions and 0 deletions

View File

@ -2,9 +2,11 @@ package org.jeecg;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@EnableSwagger2
@SpringBootApplication
public class JeecgApplication {
public static void main(String[] args) {