首页>代码>spring boot集成swagger2实现用户的增删改查接口调用实例>/springboot-swwagger/src/main/java/com/singhand/SinghandServerApplication.java
package com.singhand; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; /** ************************************************* * @ClassName: SinghandServerApplication * @Description: TODO(系统启动类入口) * @author maojianyun * @date 2018年5月12日 下午12:48:00 ************************************************ */ @EnableAutoConfiguration @SpringBootApplication public class SinghandServerApplication { public static void main(String[] args) { SpringApplication.run(SinghandServerApplication.class, args); } }

wsupsup LV16
2022年9月28日
ccccccccp LV1
2022年6月29日
lironggang LV38
2021年11月11日
xhmpmail LV17
2021年2月22日
zaizai21312 LV10
2020年6月12日
箫莫然 LV2
2020年6月8日
1986hxc LV6
2020年4月24日
user42276 LV2
2020年1月19日
1813705585 LV1
2019年11月14日
wusuwu LV11
2019年8月21日