Open liuying1129 opened 5 years ago
这是我的POM `
<artifactId>jcv-maven-plugin</artifactId> <version>1.0.2</version> <executions> <execution> <id>process</id> <phase>process-resources</phase> <goals> <goal>process-springboot</goal> </goals> </execution> </executions> <configuration> <suffixs> <param>html</param> </suffixs> <globaJsMethod>MD5_METHOD</globaJsMethod> <globaCssMethod>MD5_METHOD</globaCssMethod> </configuration> </plugin>`
在index.html中引用 <link href="dev-css/index.css" rel="stylesheet">
<link href="dev-css/index.css" rel="stylesheet">
我改变index.css内容后mvn clean package,打出来的包中的index.html引用没变,并没有加上MD5值。请问哪里有错吗?
对对对,我使用也是没有效果
这是我的POM `
在index.html中引用
<link href="dev-css/index.css" rel="stylesheet">
我改变index.css内容后mvn clean package,打出来的包中的index.html引用没变,并没有加上MD5值。请问哪里有错吗?