随笔分类 -  SpringBoot

摘要:引入依赖 <!-- https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybat 阅读全文
posted @ 2021-09-10 19:13 学习就是进步! 阅读(620) 评论(0) 推荐(0)
摘要:引入依赖 <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox- 阅读全文
posted @ 2021-09-10 18:22 学习就是进步! 阅读(56) 评论(0) 推荐(0)
摘要:1、引入log4j2的依赖 <!-- 使用log4j2 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j2</artifactId> </depende 阅读全文
posted @ 2021-09-10 18:06 学习就是进步! 阅读(821) 评论(0) 推荐(0)
摘要:@RequestMapping(value = "/upload", method = RequestMethod.POST) public String upload(MultipartFile file, HttpServletRequest request) { String path = l 阅读全文
posted @ 2019-12-17 21:52 学习就是进步! 阅读(193) 评论(0) 推荐(0)
摘要:自定义启动配置 在resources下面新建一个banner.txt文件,里面写入自己想要的内容 ////////////////////////////////////////////////////////////////////// _ooOoo_ //// o8888888o //// 88 阅读全文
posted @ 2019-12-14 22:20 学习就是进步! 阅读(296) 评论(0) 推荐(0)