
工具使用
java开发小菜鸟
飞吧
展开
-
IntelliJ IDEA中maven打包配置
前言maven不仅是个导包工具,还是个很实用的打包工具。IntelliJ IDEA是目前最好用的ide,里面有自带的maven插件,仅需简单的几步配置,就可以使用maven进行打包。 1、编辑配置 2、添加maven配置 3、输入maven配置的相关信息Command line:clean validate compile packageProfiles...转载 2018-08-17 10:13:10 · 2430 阅读 · 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 testat org.springframework.util.Assert.s...转载 2018-08-17 10:14:05 · 8659 阅读 · 0 评论 -
无法访问虚拟机no route to host 解决 .
在virtualbox vm里面Telnet ip 端口,提示no route to host;[root@localhost ~]# telnet 192.168.163.135 44444Trying 192.168.163.135...telnet: connect to address 192.168.163.135: No route to host解决办法把虚拟机中的防火墙给...转载 2018-12-08 13:09:04 · 4807 阅读 · 0 评论