mirror of https://github.com/jeecgboot/jeecg-boot
jeecg-boot 1.0 版本发布
parent
7dbc96d177
commit
47e0a0dcd8
|
@ -2,9 +2,11 @@ package org.jeecg;
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
||||||
|
|
||||||
@EnableSwagger2
|
@EnableSwagger2
|
||||||
|
@SpringBootApplication
|
||||||
public class JeecgApplication {
|
public class JeecgApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
Loading…
Reference in New Issue