1. idea怎麼配置tomcat
1)配置tomcat應用伺服器
File->Settings...
Build,Execution,Deployment ->Application Servers
點擊"+"號,選擇"Tomcat Server"
選中tomcat 的地址,點擊OK
2)配置web應用
Defaults->TomcatServer
點擊"+"號,
Server tab頁,修改Name ,Applicaton server 下拉框選擇剛才配置的Tomcat應用伺服器。
Deployment目錄選擇要部署的web應用,專注意此處一定要選到WebContent文件夾,即WEB-INF上的上一級目錄:
點擊OK,並配置應用的上下文路徑:屬
3)修改編譯輸出路徑。
工程->右鍵->Open Mole Settings
選擇Paths tab頁,將output path:配置到WEB-INF\classes中,否則會找不到類。
4)啟動tomcat
2. IntelliJ IDEA 2022 自定義配置及系統文件 window
默認IntelliJ IDEA產生在C盤文件 的位置
IDEA 修改配置文件的位置:
你安裝軟體bin的同級目錄下:
eg:
````
# Use ${idea.home.path} macro to specify location relative to IDE installation home.
# Use ${xxx} where xxx is any Java property (including defined in previous lines of this file) to refer to its value.
# Note for Windows users: please make sure you're using forward slashes (e.g. c:/idea/system)
.#--------------------------------------------------------------------
-# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.config.path=${user.home}/.IdeaIC/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------idea.system.path=${user.home}/.IdeaIC/system
````
````
Syntax%APPDATA%JetBrains
ExampleC:.1
````
您可以使用IDEA .config.path屬性更改IntelliJ IDEA配置目錄的位置。
````
Syntax%LOCALAPPDATA%JetBrains
ExampleC:.1
````
您可以使用IDEA .system.path屬性更改IntelliJ IDEA系統目錄的位置。
一般這個目錄文件比較大,所以修改這個文件則可以
修改後:
這樣就可以把原來默認目錄下的文件刪除掉,減少C盤的空間
具體請查看官網文檔:
https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#plugins-directory