IntelliJ IDEA中创建xml文件

 
  • 1、file—setting,左上角输入template,
  • 2、在左侧栏找到File And Code Templates
  • 3、中间选中Files
  • 4、点击+号,添加模板
  • 5、输入模板名字:Name:mybatis-cfg.xml (name可以自定义)
  • 6、后缀名extension:xml
  • 7、在面板中间输入内容:
  • 8、把enable live Template(激活模板)勾选上
  • 9、点击Apply—ok
  • 10、选中模板,然后输入xml文件名字mybatis.cfg.xml
    IntelliJ IDEA中创建xml文件
    IntelliJ IDEA中创建xml文件
    IntelliJ IDEA中创建xml文件
    IntelliJ IDEA中创建xml文件

其他的xml文件同理。
IntelliJ IDEA中创建xml文件
IntelliJ IDEA中创建xml文件
IntelliJ IDEA中创建xml文件

上一篇:main函数执行前、后再执行的代码


下一篇:~/.bashrc与/etc/profile的区别