09 2022 档案
git 创建一个分支给其他开发人员
摘要:参考: https://blog.csdn.net/WangKing_CN/article/details/122664549 阅读全文
posted @ 2022-09-19 10:41 1161588342 阅读(48) 评论(0) 推荐(0)
获取图片信息
摘要:引入依赖jar <dependency> <groupId>com.drewnoakes</groupId> <artifactId>metadata-extractor</artifactId> <version>2.8.1</version> </dependency> 编写测试类 packag 阅读全文
posted @ 2022-09-19 09:08 1161588342 阅读(76) 评论(0) 推荐(0)
Spring boot打war包
摘要:0. 添加war 1. 排除内置Tomcat <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusi 阅读全文
posted @ 2022-09-16 20:48 1161588342 阅读(46) 评论(0) 推荐(0)
git记住用户名密码
摘要:参考 https://www.csdn.net/tags/Ntzacg5sNzc1My1ibG9n.html 阅读全文
posted @ 2022-09-15 09:12 1161588342 阅读(25) 评论(0) 推荐(0)