Jar包发布 在项目pom.xml中, 如果继承了Spring Boot的starter parent, 那么默认已经包含打包需要的plugins了, 设置为jar就能直接打包成包含依赖的可执行的jar 如果不使用Spring Boot的starter parent, 那么需要在<build>中添加 ...
分类:
编程语言 时间:
2018-09-30 14:58:47
阅读次数:
318
首先需要jar包 http://mvnrepository.com/artifact/junit/junit/4.12 在IDEA使用的话 把原有的功能进行测试 如何使用Junit进行测试呢? 快捷键Ctrl + Shift + T 选择create 购选所需方法就可以了 需要选择Junit 即可运 ...
分类:
其他好文 时间:
2018-09-30 14:56:23
阅读次数:
178
1.开发环境 开发工具:IDEA2018.2.1 JDK:1.9 Maven : 3.3.9 操作系统:window 7 / window 10 2.项目结构 3.详细步骤 3.1 使用IDEA新建Maven空白项目 file->new->project,然后按照要求填好。如下: 点击finsh后会 ...
分类:
编程语言 时间:
2018-09-30 13:02:43
阅读次数:
169
已我最近自己在玩的一个DEMO为例 taosir为pom.xml,其他子项目均为其modules,且为jar项目 eureka为注册中心、workflow为提供者、entrance为调用方 entrance、workflow依赖于common 所以此处我需要将eureka、workflow、entr ...
分类:
编程语言 时间:
2018-09-30 12:45:24
阅读次数:
311
1,import com.fasterxml.jackson.databind.ObjectMapper; ObjectMapper mapper = new ObjectMapper(); Myclass myclass = mapper.readValue(jsonStr , Myclass.c ...
分类:
编程语言 时间:
2018-09-29 11:14:32
阅读次数:
870
原文 https://blog.csdn.net/wqh8522/article/details/79224290 1. 使用Timer 2.ScheduledExecutorService 3.多线程执行 整合Quartz <dependency> <groupId>org.springframe ...
分类:
编程语言 时间:
2018-09-28 00:08:56
阅读次数:
228
第一步 :创建一个maven项目,所属group和Artifact随便填写,packaging选择war. 第二步:在pom文件引入需要的依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s ...
分类:
编程语言 时间:
2018-09-27 18:11:23
阅读次数:
144
2.7.2 redis.clients jedis ${jedis.version} ...
分类:
其他好文 时间:
2018-09-26 01:16:36
阅读次数:
111
3.4.2-fix com.github.pagehelper pagehelper ${pagehelper.version} ...
分类:
其他好文 时间:
2018-09-26 01:12:28
阅读次数:
208
2.5.3 com.alibaba dubbo ${dubbo.version} ...
分类:
其他好文 时间:
2018-09-26 01:11:57
阅读次数:
130