
maven
TOP__ONE
ERP、TSP、LBS
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven的setting配置文件
settings.xml基本结构如下: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://mave原创 2016-12-28 14:16:37 · 598 阅读 · 0 评论 -
关于maven项目更新依赖时的问题解决
今天新建maven项目,发生problems: Description Resource Path Location Type CoreException: Could not get the value for parameter compilerId for plugin execution default-testCompile: PluginResolutionE...原创 2018-12-21 11:49:16 · 2136 阅读 · 0 评论 -
使用maven 将springboot打成jar包
一、pom附例 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://...原创 2019-04-23 12:05:33 · 704 阅读 · 0 评论