jsp에서 프로퍼티값 표시하기
jsp에서 properties 파일의 값을 표시하기 원할때가 있음.jsp 에서 바로 호출하여 표시할 수가 있음. config.properites 파일 내용 devmode=[dev] 스프링 xml 에 property-placeholder 를 정의한다. <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:util="http://www.springframework.org/schema/util" xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"…