<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.7.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit.version>4.12</junit.version>
<!-- spring cloud 采用 Finchley.SR2 版本 -->
<spring-cloud.version>Finchley.SR2</spring-cloud.version>
</properties>
<!--依赖声明-->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<!--maven不支持多继承,使用import来依赖管理配置-->
<scope>import</scope>
</dependency>
<!--导入 mybatis 启动器-->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.3.2</version>
</dependency>
<!--druid数据源-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.12</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
 

最新文章

  1. Spring 通知(Advice)和顾问(Advisor)
  2. c程序中出现segment error 和 bus error 的原因
  3. 续Gulp使用入门三步压缩CSS
  4. 图集cancelButtonIndex,发送通知简洁写法
  5. jQuery easyui datagrid数据绑定
  6. C# Windows服务安装出现System.Security.SecurityException异常解决办法
  7. RotateDisp – 一键旋转显示画面 - 小众软件
  8. COM-TEAM
  9. 后端Nodejs利用node-xlsx模块读取excel
  10. mybatis一对多查询之collection的用法
  11. apt could not get lock
  12. Asp.Net配置不允许通过url方式访问目录下的资源
  13. unity中把一个图片切割成两个UI图片
  14. goland 文件头注释
  15. Windows应用程序进程级别统一监控实践
  16. Java注解 框架开发之Java注解的妙用
  17. PTA (Advanced Level) 1028 List Sorting
  18. linux下开发C语言需要安装的manpages手册
  19. js判断当前浏览器是否是源生app的webview
  20. delphi ---break,exit,continue等跳出操作的区别

热门文章

  1. UNP学习 多播
  2. ubuntu下共享wifi 使用kde5-nm-connection-editor
  3. 存储-docker存储(12)
  4. [CSP-S模拟测试]:金(king)(高精度+模拟)
  5. Kali 和 Centos、Windows三系统的安装事项!
  6. Android数字签名的学习(转)
  7. 当前系统的CPU和内存的空闲百分比
  8. Dubbo入门到精通学习笔记(十八):使用Redis3.0集群实现Tomcat集群的Session共享
  9. MyEclipse增强代码补全
  10. python 自带http服务