跳至主要內容
Intellij IDEA配置maven环境变量

Intellij IDEA配置maven环境变量

有时候项目中会使用到tools.jar,一般我们会在maven的pom文件中配置:

	<dependency>
			<groupId>com.sun</groupId>
			<artifactId>tools</artifactId>
			<version>1.8</version>
			<scope>system</scope>
			<systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
		</dependency>

xkrivzooh大约 1 分钟postidea
Intellij IDEA中搜索yaml中的key

Intellij IDEA中搜索yaml中的key

因yaml文件相比于properties文件来结构更加清晰,所以现在无论是公司项目中还是开源的项目中,yaml文件越来越常见。 曾经的特别讨厌使用yaml文件主要是因为搜索yaml文件中的key的时候太麻烦:

比如有下面的yaml文件:

wsearch:
  zk:
    address: xxxxxxxx

xkrivzooh小于 1 分钟postidea
Intellij IDEA 2019.2 对http client的功能增强

Intellij IDEA 2019.2 对http client的功能增强

在Intellij IDEA 2019.2中对http client的功能进行了增强,主要有2个:

  • HTTP client supports cURL requestsULTIMATE
  • HTTP client keeps cookies

xkrivzooh小于 1 分钟postidea
打赏
给作者赏一杯咖啡吧
您的支持将是我继续更新下去的动力
微信微信
支付宝支付宝