IntelliJ IDEA中建立xml檔案

2022-09-07 14:03:09 字數 699 閱讀 4042

,左上角輸入

template

, 2、在左側欄找到

file and code templates

3、中間選中

files

4、點選

+號,新增模板

5、輸入模板名字:

name:mybatis-cfg.xml

(name

可以自定義)

6、字尾名

extension

:xml

7、在面板中間輸入內容:

xml version="1.0" encoding="utf-8" 

?>

doctype configuration

public "- config 3.0//en"

"">

<

configuration

>

configuration

>

8、把enable live template(

啟用模板

)勾選上

9、點選

10、選中模板,然後輸入

xml檔案名字

mybatis.cfg.xml 

Intellij IDEA 建立gradle多專案

首先在idea裡面建立乙個gradle專案,專案名為gradle 目錄結構如下 2.接著在gradle目錄下建立兩個資料夾 firstmodule,secondmodule,並將目錄結構仿照src目錄形式建立,並將原src目錄刪除.如圖 接著在gradle的目錄下的settings.gradle裡面...

IntelliJ IDEA 建立Web專案

1.建立project 依次點選file new project,選擇empty project專案,點選next 2.輸入專案名稱,選擇專案路徑,點選確定。3.建立module,點選加號,選擇new module 輸入module name,點選finish。5.配置好jdk 6.選擇module...

Intellij Idea 2016建立web專案

1 建立乙個web project file new project 選擇project sdk 為1.8 已經配過環境變數 其他不要選 next 2 create project from template 頁面,可以不用勾選,勾了會建立demo next 3 輸入專案名 demo next fi...