常用依赖
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- mybatis -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>4.1.6</version>
</dependency>
<dependency>
<groupId>org.mybatis.caches</groupId>
<artifactId>mybatis-ehcache</artifactId>
<version>1.0.3</version>
</dependency>
<!-- mybatis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<!--datasource -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.19</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
</dependency>
<!--datasource -->
<!--fast json start -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.14</version>
</dependency>
<!--fast json end -->
<!--joda -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<!--joda -->
<!-- commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
<!-- commons-beanutils -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
</plugin>
</plugins>
</build>
分享到:
相关推荐
在Windows下开发C++程序时,常用依赖包的管理是一个头疼的问题 Vcpkg是一个命令行包管理工具,它可以极大地简化三方库的。 1.下载 ZIP 存档文件后,将其解压缩到您选择的目录中。 2.打开cmd或 PowerShell 并导航到 ...
Spring项目搭建各种常用依赖
前端常用依赖包 vue jquery echarts.
windows下软件的运行常用依赖,包括:微软常用运行库合集,各个版本vc,dotNet
Maven 是一个项目管理工具,可以对 Java 项目进行构建、依赖管理。 书中讲解了网络基础知识、TCP/IP基础知识、数据链路、IP协议、IP协议相关技术、TCP与UDP、路由协议、应用协议、网络安全等内容,引导读者了解和...
深入浅析Spring-boot-starter常用依赖模块 Spring-boot-starter是一种基于Spring框架的依赖模块,它提供了许多实用的功能和配置,帮助开发者快速开发企业级应用程序。下面我们将详细介绍Spring-boot-starter常用...
本压缩包均为linux 64位系统的,其中包含nginx-1.14.2.tar.gz、nginx-1.15.4.tar.gz、nginx-1.16.1.tar.gz、nginx-1.17.5.tar.gz及pcre-8.41.tar.gz、pcre-8.42.tar.gz、pcre-8.43.tar.gz、pcre-8.44.tar.gz及...
通过"python3依赖包.zip",用户可以一次性获取大量常用库,极大地便利了开发工作。在使用过程中,注意保持库的版本兼容性,避免因版本冲突导致的问题。同时,定期更新依赖包以获取最新的功能和安全修复也是必要的。
这四个依赖包也有其他依赖: Jinja2-2.9.6 安装需要的依赖包有: install_requires=['MarkupSafe>=0.23'], Werkzeug-0.12.1 安装没有必须的依赖包; itsdangerous-0.24 安装没有必须的依赖包; click-6.7 安装...
spring-boot-starter-freemarker: 这个依赖用于集成Freemarker模板引擎,使得项目可以使用Freemarker来生成和渲染页面。 spring-boot-starter-jdbc: 提供了Spring对JDBC(Java Database Connectivity)的支持,使得...
android学习中常用的依赖,gson,fasejson,picasso,gilde,ImageLoder,xUtils,eventbus,节操,ButterKinfer,Recyclerview,Fresco,Retrofit,design,Glid ,Okhttp,ndk,xRecyclerView的依赖
"java常用jar包"这个主题涵盖了Java与数据库交互以及日志管理的核心库。这里我们将深入探讨其中涉及的几个关键知识点。 首先,对于"用于SqlServer2000和SqlServer2005数据库连接"的jar包,主要指的是JDBC驱动,Java...
包含以下依赖包: jsqlparser-4.3.jar mybatis-3.5.9.jar mybatis-plus-3.5.1.jar mybatis-plus-annotation-3.5.1.jar mybatis-plus-core-3.5.1.jar mybatis-plus-extension-3.5.1.jar mybatis-spring-2.0.6.jar
标题中的"lib.zip"是一个包含了常用依赖包的压缩文件,主要提及了Apache POI库以及相关的支持库。Apache POI是一套用于处理Microsoft Office格式文件的开源Java库,特别是Excel文档。在这里,我们找到了"poi-...
"ORACLE11g安装依赖包.rar"这个压缩包正是为了解决这个问题,它包含了Oracle 11g安装过程中可能需要的常用依赖软件。 1. **系统要求**:Oracle 11g对硬件和操作系统有特定的要求。通常,它支持Windows、Linux、...
它以其模块化、松耦合的架构而闻名,提供了丰富的功能,包括依赖注入(DI)、面向切面编程(AOP)、数据访问、Web应用支持以及一系列的工具,帮助开发者构建高质量的应用。 依赖注入(DI)是Spring的核心特性之一,...
redhat6 版本yum安装所需要的依赖包,解决yum安装过程的问题
标题“常用jar包依赖”意味着我们将探讨一些在日常开发中经常使用的`jar`包。 1. **Apache Commons**: Apache Commons 是一系列小型、实用的Java工具包,提供了大量实用的类和方法,如字符串处理(Commons Lang)、...
Spring Bean依赖注入方式详解 Spring Bean依赖注入是Spring框架中的一种重要机制,它允许开发者将Bean对象的依赖项指定为特定的对象,从而实现松耦合和高内聚的设计理念。在Spring中,依赖注入主要有三种方式:构造...
将开发过程常用的maven依赖汇总下来了,不用每次都去maven仓库查询,可以节省很多时间