摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-02-17 20:02 帅的土掉渣 阅读(630) 评论(0) 推荐(0) 编辑
摘要: <!--在父工程或者每个子模块的pom.xml配置文件中添加以下配置 。--><build> <!--配置打包时不过滤非java文件开始 --> <!--说明,在进行模块化开发打jar包时,maven会将非java文件过滤掉, xml,properties配置文件等,但是这些文件又是必需的, 使用此 阅读全文
posted @ 2020-02-17 19:57 帅的土掉渣 阅读(335) 评论(0) 推荐(0) 编辑
摘要: <dependencies> <!--配置spring-webmvc会把spring需要的相关依赖包全部导入 注意spring版本和jdk版本对应起来 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring 阅读全文
posted @ 2020-02-17 19:54 帅的土掉渣 阅读(2365) 评论(0) 推荐(0) 编辑