728x90
반응형
1. XML
spring->appServlet->servlet-context.xml
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd">
<util:properties id="property" location="/WEB-INF/spring/property/프로퍼티스 이름.properties" />
2. Properties 파일
값 설정
WebcontentURL=1234
3. JSP 값 입력
//<html>태그 위에 작성 설정임
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
// 위 또는 아래 방법 사용
<spring:eval expression="@property['WebcontentURL']"/>
<spring:message code="WebcontentURL"/>
728x90
반응형
'TIP)' 카테고리의 다른 글
[CentOS] crontab을 이용한 스케줄러 동작 간단요약 (0) | 2024.04.18 |
---|---|
window->linux 서버로 파일 전송하는 방법 (0) | 2023.04.13 |
[JAVA] BasicDataSource를 이용한 외부 db연결하는방법 (0) | 2023.04.04 |
[JAVA] 폴더안에 있는 파일을 압축하는 방법 (0) | 2023.03.22 |
[JAVA] arrayList 값의 구분자 콤마(',')에서 변경하는방법 (0) | 2023.03.14 |
댓글