You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.4 KiB
45 lines
1.4 KiB
[appendix]
|
|
= IntelliJ IDEA 常用使用技巧
|
|
== 热部署配置
|
|
image::9999-appendix/idea/001.png[,80%]
|
|
image::9999-appendix/idea/002.png[,80%]
|
|
|
|
== 常用插件
|
|
=== Jberel 插件激活
|
|
可通过在 idea 中安装 jberel 插件,但需要激活才能使用,其激活的原理是通过 idea.lanyus.com 网站进行激活。
|
|
具体激活方法如下:
|
|
|
|
==== 启动 TunnelliJ
|
|
通过在 Idea 中安装 TunnelliJ 插件,配置并启动本地代理服务器:
|
|
|
|
image::9999-appendix/idea/003.png[]
|
|
|
|
代理服务器地址: idea.lanyus.com
|
|
|
|
==== 激活 jberel 插件
|
|
image::9999-appendix/idea/004.png[]
|
|
|
|
[source,text]
|
|
----
|
|
Team URL (connect to online licensing service) 配置内容如下:
|
|
|
|
http://localhost:8888/b08f4ad8-9c4c-4d99-9a96-4467577a0808 <1>
|
|
aa@163.com <2>
|
|
----
|
|
<1> 激活 url 设定为上述 TunnelliJ 插件启动的本地代理服务器端口
|
|
<2> 可以是任何邮箱地址
|
|
|
|
image::9999-appendix/idea/005.png[,50%]
|
|
|
|
开始离线工作模式:
|
|
|
|
image::9999-appendix/idea/006.png[,80%]
|
|
|
|
至此,Idea jberel 插件激活完毕。如果使用一段时间后又出现需要激活的情景时,重复上面的步骤即可。
|
|
|
|
==== 停止 TunnelliJ
|
|
|
|
=== AsciiDoc
|
|
该插件可在 IDE 中编写 AsciiDoc 文件时提供语法高亮, 自动完成和实时预览功能。
|
|
|
|
该插件还支持 Antora 和 Spring REST Docs 文档的编写,通过使用 pandoc, 可以将 AsciiDoc 文件转换成 Microsoft Word (DOCX)文件。
|