<build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.8</source> <target>1.8</t ...
分类:
其他好文 时间:
2020-04-29 10:30:03
阅读次数:
45
Maven的配置 步骤一:Window/Preferences/Maven/Installations/add 步骤一:Window/Preferences/Maven/User Setting Maven的简介和使用 Maven介绍 Maven核心特性 Maven的坐标 Maven的目录结构 Ma ...
分类:
其他好文 时间:
2020-04-27 22:28:48
阅读次数:
64
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spring ...
分类:
编程语言 时间:
2020-04-27 21:01:33
阅读次数:
124
1、maven依赖 <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore --><dependency> <groupId>org.apache.httpcomponents</groupId> <art ...
分类:
Web程序 时间:
2020-04-27 15:48:45
阅读次数:
205
Apache-DBUtils 开源的JDBC工具类,对JDBC的简单封装 SQL操作交给了QueryRunner的实例 Maven依赖 <!-- https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils --> <depen ...
分类:
数据库 时间:
2020-04-25 10:44:18
阅读次数:
86
一、下载jar包并导入 jsqlparser-1.3.jar,下载地址: https://mvnrepository.com/artifact/com.github.jsqlparser/jsqlparser/1.3 pagehelper-5.1.6.jar,下载地址:https://mvnrepo ...
分类:
其他好文 时间:
2020-04-24 21:43:51
阅读次数:
72
介绍Spring Cloud Config 客户端之前,先了解一下Spring Cloud应用的 bootstrap上下文 Bootstrap应用程序上下文 Spring Cloud应用程序通过创建“ bootstrap ”上下文来运行,该上下文是主应用程序的父上下文。它负责从外部源加载配置属性,并 ...
分类:
编程语言 时间:
2020-04-24 01:37:57
阅读次数:
63
但有时候还是需要使用junit做测试。方便日后参考。 目前流行的springboot 的junit测试,在很多时候需要使用。当前执行的方法是什么,我们只需要引入用注解方法就可以了。 pom.xml引入依赖jar包 <!-- 测试 --> <dependency> <groupId>org.sprin ...
分类:
编程语言 时间:
2020-04-23 10:40:04
阅读次数:
133
今天在IDEA中打包Maven项目安装到本地仓库时报错 Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project api: The packagi ...
分类:
其他好文 时间:
2020-04-23 01:07:31
阅读次数:
87
web console 可以让我们方便的通过界面管理ff4j,以下是一些简单的说明 详细参考github 文档 spring boot 集成 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apa ...
分类:
Web程序 时间:
2020-04-20 22:05:29
阅读次数:
157