工具使用
java开发小菜鸟
飞吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IntelliJ IDEA中maven打包配置
前言 maven不仅是个导包工具,还是个很实用的打包工具。IntelliJ IDEA是目前最好用的ide,里面有自带的maven插件,仅需简单的几步配置,就可以使用maven进行打包。 1、编辑配置 2、添加maven配置 3、输入maven配置的相关信息 Command line:clean validate compile package Profiles...转载 2018-08-17 10:13:10 · 2457 阅读 · 0 评论 -
spring boot Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test at org.springframework.util.Assert.s...转载 2018-08-17 10:14:05 · 8686 阅读 · 0 评论 -
无法访问虚拟机no route to host 解决 .
在virtualbox vm里面Telnet ip 端口,提示no route to host; [root@localhost ~]# telnet 192.168.163.135 44444 Trying 192.168.163.135... telnet: connect to address 192.168.163.135: No route to host 解决办法 把虚拟机中的防火墙给...转载 2018-12-08 13:09:04 · 4859 阅读 · 0 评论
分享