앱)java spring application config properties 방식
*.java
@Value("#{api['server.brCode']}")
private String api
*.properties
server.brCode=KKKK
applicationContext.xml
xmlns:utill="http:www.springframework.org/schema/util"
http:www.springframework.org/schema/util/spring-util.xsd"
<util:properites id="api" location="file:${home.dir}/api${server.type}.properties />
@Value("#{api['server.brCode']}")
private String api
*.properties
server.brCode=KKKK
applicationContext.xml
xmlns:utill="http:www.springframework.org/schema/util"
http:www.springframework.org/schema/util/spring-util.xsd"
<util:properites id="api" location="file:${home.dir}/api${server.type}.properties />
'백엔드개발 > 자바스프링' 카테고리의 다른 글
앱)jstl java jsp excel export (0) | 2018.11.14 |
---|---|
앱)java spring에서 web page간의 연동처리 (0) | 2018.11.14 |
앱)java spring application Config xml방식 (0) | 2018.11.14 |
앱)대량호출 방어로직 및 checkusersession (0) | 2018.11.14 |
앱)mybatis resultMap과 resultType 차이 (0) | 2018.11.14 |