본문 바로가기
ZB 백엔드 스쿨/Setting

인텔리제이 resources에 xml파일 생성(무료버전)

by son_i 2023. 9. 16.
728x90

나는 resources에 우클릭해도 xml 파일이 없다. 무료버전이라서 그렇다고 한다.

그냥 파일에 이름 작성하고 확장자를 .xml로 하면 된다.

 

근데 초기 코드가 없으니까 직접 작성해주었다.

<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans/xsd">
    
    
</beans>