随笔分类 -  maven

摘要:1.maven-source-plugin <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <exec 阅读全文
posted @ 2025-11-06 15:39 SpecialSpeculator 阅读(7) 评论(0) 推荐(0)
摘要:解决maven依赖冲突问题 1.idea 安装maven helper插件 2.打开pom.xml文件 底部多出一个Dependency Analyzer选项 点开这个选项 找到冲突,点击右键,选择Exclude即可排除冲突版本的jar包 阅读全文
posted @ 2021-05-07 10:18 SpecialSpeculator 阅读(334) 评论(0) 推荐(0)
摘要:1.把依赖打进sigma-api的jar包 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLS 阅读全文
posted @ 2021-03-31 13:34 SpecialSpeculator 阅读(373) 评论(0) 推荐(0)
摘要:1.xxx-api是基于springboot的模块 2.配置文件 application.properties spring.profiles.active=@activeEnv@ application-dev.properties server.servlet.context-path=/api 阅读全文
posted @ 2020-09-01 20:01 SpecialSpeculator 阅读(365) 评论(0) 推荐(0)