摘要: 一、引入Jar包 二、配置类 三、application.yml 四、启动项目swagger访问地址;http://localhost:8080/demo/swagger-ui.html 阅读全文
posted @ 2019-06-21 18:40 CsatleChen 阅读(481) 评论(1) 推荐(0)
摘要: 一、引入Jar包 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.0.1</version> </depen 阅读全文
posted @ 2019-06-21 18:38 CsatleChen 阅读(3919) 评论(0) 推荐(1)
摘要: SpringBoot默认使用logbook日志框架。 一、引入架包 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifac 阅读全文
posted @ 2019-06-21 18:31 CsatleChen 阅读(2192) 评论(0) 推荐(0)