随笔分类 -  mvn

mvn
摘要:原文地址 阅读全文
posted @ 2023-01-19 09:00 译林 阅读(127) 评论(0) 推荐(0)
摘要:pom文件中引入插件 <plugin> <groupId>com.baomidou</groupId> <artifactId>mybatisplus-maven-plugin</artifactId> <version>1.0</version> <configuration> <!-- 输出目录 阅读全文
posted @ 2022-11-24 18:30 译林 阅读(233) 评论(0) 推荐(0)
摘要:maven tomcat插件使用 阅读全文
posted @ 2022-02-10 09:43 译林 阅读(459) 评论(0) 推荐(0)
摘要:maven打包编译时后台一直输出警告信息 File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent! 解决办法:pom.xml中增加属性即可解决 <properties> 阅读全文
posted @ 2021-12-01 10:48 译林 阅读(1431) 评论(0) 推荐(0)