官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:
Web程序 时间:
2021-01-16 12:01:05
阅读次数:
0
####进入指定目录 cd /usr/local/src/ ####下载maven包,打开 http://mirrors.hust.edu.cn/apache/maven/maven-3/ 看自己安装版本 wget http://mirrors.hust.edu.cn/apache/maven/ma ...
分类:
系统相关 时间:
2021-01-16 11:52:54
阅读次数:
0
1、将jar包存放在一个文件夹中,比如F:\BaiduNetdiskDownload\mylib\artemis-http-client-1.1.3.jar2、打开CMD,运行下面的命令:mvn install:install-file -Dfile=F:\BaiduNetdiskDownload\ ...
分类:
编程语言 时间:
2021-01-16 11:40:49
阅读次数:
0
引入pom文件<dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>3.13.4</version></dependency> publi ...
分类:
其他好文 时间:
2021-01-15 11:53:50
阅读次数:
0
运行展示 正题 Spring boot :2.1.5RELEASE ;数据库(Mysql、Oracle);Mybatis;阿里云的连接池 : Druid ; 步骤 1.POM依赖 <!-- MyBatis --> <dependency> <groupId>org.mybatis.spring.bo ...
分类:
数据库 时间:
2021-01-15 11:48:59
阅读次数:
0
Spring MVC 注解开发 所需pom依赖: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.0.RELEASE</version> < ...
分类:
编程语言 时间:
2021-01-14 11:33:10
阅读次数:
0
本机环境 IDEA 2017.3.5 MySql 5.5.40 tomcat 8.5.51 Maven 3.5.0 各配置环境 1、要求数据库连接正常,且有项目对应的数据库及表 2、Maven插件配置正常 3、tomcat服务器配置正常 基本环境搭建 1、IDEA中新建一个Maven项目 两种方式 ...
分类:
其他好文 时间:
2021-01-14 11:24:59
阅读次数:
0
Maven pom.xml 全配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:// ...
分类:
其他好文 时间:
2021-01-14 11:23:49
阅读次数:
0
今天,我在用IDEA在maven项目中(前提是已经导入了maven中导入了junit依赖)运行junit单元测试时,测试类中没有运行的标志,首先你需要检查IDEA中是否安装了junit的插件,如果安装好了,仍然没有运行的标志,第二个原因就可能是你没有正确设置单元测试源码,这时你就需要通过IDEA的把 ...
分类:
其他好文 时间:
2021-01-14 11:15:46
阅读次数:
0
<!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId ...
分类:
其他好文 时间:
2021-01-13 11:31:26
阅读次数:
0