摘要:
一、引入Jar包 二、配置类 三、application.yml 四、启动项目swagger访问地址;http://localhost:8080/demo/swagger-ui.html 阅读全文
摘要:
一、引入Jar包 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.0.1</version> </depen 阅读全文
摘要:
SpringBoot默认使用logbook日志框架。 一、引入架包 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifac 阅读全文