绑定:、

 <build>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
在pom文件中添加,若分层则dao下的pom

最新文章

  1. Cocopod
  2. Java 对象引用方式 —— 强引用、软引用、弱引用和虚引用
  3. 转】C#接口-显式接口和隐式接口的实现
  4. iOS开源App整理
  5. maven入门探讨
  6. 自学Python一 迷茫中的开端!
  7. Maven Integration for Eclipse 正确地址
  8. 转:hadoop知识整理
  9. codeforces 8D Two Friends 二分+ 判断三个圆是否有公共交点
  10. Linux操作系统学习_操作系统是如何工作的
  11. Android Studio利用异步任务AsyncTask发送post请求获取json数据
  12. Android官方开发文档下载
  13. centos7 安装 smplayer
  14. Confluence 6 推荐的更新通知设置和禁用
  15. SpringBoot集成RabbitMQ消息队列搭建与ACK消息确认入门
  16. 知识点:Mysql 基本用法之函数
  17. 【Android内存泄漏检测】LeakCanary使用总结
  18. 22-hadoop-hive搭建
  19. springboot跨域请求
  20. cpu监控之三:mpstat命令

热门文章

  1. vue.js环境安装
  2. legend3---laravel中获取控制器名称和方法名称
  3. What exactly is the parameter e (event) and why pass it to JavaScript functions?
  4. java 设计模式 单例模式之饿汉模式/懒汉模式 singleton pattern
  5. C#规范整理&#183;多线程\异步\并行\任务
  6. 机器学习之K近邻算法
  7. java:容器/集合Collection(List(ArrayList,LinkedList,Vector),Set(HashSet(LinkedHashSet),TreeSet))
  8. javaScript 实现倒计时 + 获取网页中的文字
  9. java中String中的endsWith()方法
  10. 小型自动化运维工具pssh和传输工具rsync