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 · 542 阅读 · 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 · 2070 阅读 · 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 · 660 阅读 · 0 评论