pom.xml文件配置

 <build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
</build>

最新文章

  1. NOSDK--一键打包的实现(一)
  2. ubuntu新建用户无法登陆
  3. NPM 使用介绍
  4. GCD中的dispatch_sync、dispatch_sync 分别与串行、并行队列组合执行小实验
  5. Android环境的搭建
  6. WORD-如何解除WORD文档的锁定
  7. HDU1695-GCD(数论-欧拉函数-容斥)
  8. C/C++中constkeyword
  9. s5pv210 AD转换
  10. Intent的属性及Intent-filter配置——指定Action、Category调用系统Activity
  11. 201521123029《Java程序设计》第六周学习总结
  12. [PHP] 抽象类abstract的回顾
  13. 11g直接路径读、相关参数、10949事件介绍
  14. ORA-4031 错误故障排除与诊断[视频] (Doc ID 2016002.1)
  15. semantic-ui 表单
  16. 在CI框架中如何实现伪静态
  17. 更改WebBrowser控件的用户代理
  18. [原创]Java性能优化权威指南读书思维导图3
  19. postmessage/cors跨域postMessage、xhr2和xmldomain
  20. codeforces_1092c

热门文章

  1. 【面试普通人VS高手系列】volatile关键字有什么用?它的实现原理是什么?
  2. 优化 Docker 镜像大小常见方法
  3. SHCTF web题
  4. PHP反序列化链分析
  5. 手脱无名壳tslgame_rl
  6. 请求扩展、蓝图、g对象
  7. 自动化测试报告(allure/html)
  8. 2020级cpp机考模拟题A卷-#题解1
  9. 场景实践:基于 IntelliJ IDEA 插件部署微服务应用
  10. CF1681F Unique Occurrences