IDEA编译输出目录Compiler Output的设置

发布时间 2023-03-26 18:28:49作者: Moon888

idea 项目整体Project 编译输出目录设置

  • File ——> Project Structure ——> Project ——> Compiler Output
  • 填写内容: 项目路径\out

idea 项目模块Module 编译输出目录设置

  • File ——> Project Structure ——> Module ——> Path ——> Compiler Output ——> Use module compiler output path
  • 填写内容: 项目路径\target\classes