Wesley13 Wesley13
3年前
java Spring单元测试详解
介绍在Spring的框架下,做单元测试的两种办法。一、使用spring中对Junit框架的整合功能  除了junit4和spring的jar包,还需要springtest.jar。引入如下依赖:<dependency<groupIdorg.springfra
Easter79 Easter79
3年前
springboot结合jwt实现基于restful接口的身份认证
基于restful接口的身份认证,可以采用jwt的方式实现,想了解jwt,可以查询相关资料,这里不做介绍~下面直接看如何实现1、首先添加jwt的jar包,pom.xml中添加依赖包:<dependency<groupIdio.jsonwebtoken</groupId
Stella981 Stella981
3年前
Pod安装神策SDK报错Remote branch v2.1.3 not found in upstream origin
问题今日在执行项目调试,ios使用pod安装第三方依赖的时候,执行podinstall报错:!在这里插入图片描述(https://imgblog.csdnimg.cn/20200824163912490.png?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_1
Wesley13 Wesley13
3年前
vs2015编译OBS
编译之前的准备:系统win10QT5.7.0VS2015CMake3.13.4obsvs2015环境依赖包:dependencies2015(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fobsproject.com%2Fdownloads%2Fdependen
Stella981 Stella981
3年前
Spring Data Redis 详解及实战一文搞定
SDRSpringDataRedis的简称。SpringDataRedis提供了从Spring应用程序轻松配置和访问Redis的功能。它提供了与商店互动的低级别和高级别抽象,使用户免受基础设施问题的困扰。SpringBoot实战引用依赖<dependency<groupIdor
Stella981 Stella981
3年前
CentOS在线安装RabbitMQ3.7
一、通过yum命令在线安装RabbitMQyum在线安装,简单、快捷、自动安装相关依赖包。1.安装Erlang环境(RabbitMQ由Erlang语言开发) 1.1)下载rpm安装包官方地址:http://www.erlang.org/downloadswgetOerlang20.3.41.el7.ce
Stella981 Stella981
3年前
SpringBoot Idea 启动报错 Process finished with exit code 1
问题描述:没有其他任何错误日志,只有Processfinishedwithexitcode1问题原因:MavenPOM.xml问题造成由于是properties是我直接从其他项目中拷贝过来没有做处理,造成依赖混乱,导致项目启动失败<properties<project.build.sourceEncodingUTF8</pro
Stella981 Stella981
3年前
JEHC开源平台,其中Activiti可视化设计
演示地址:http://49.233.42.59(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2F49.233.42.59%2F)普通账号及密码:jehc/123456各版本如下:1.Idea开发工具,BOOT版本,多工程依赖,Maven版本:http
Stella981 Stella981
3年前
Spring Boot中的测试
文章目录简介(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fsuperfjj%2Farticle%2Fdetails%2F104206183%23_3)添加maven依赖(https://www.oschina.net/
Stella981 Stella981
3年前
Spring Boot功能实战
!(http://uploadimages.jianshu.io/upload_images/5954965c7428bb7854e4e44.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)添加web功能启动器添加了SpringBoot基础依赖后,如要使用w