이준호 전자조정시스템 고도화 커밋
- 오즈리포트 폰트 저장경로 globals.properties 추가
This commit is contained in:
parent
274bb3bca2
commit
e03b3e6707
@ -112,6 +112,12 @@ public class DntController {
|
||||
@Resource(name = "egovCryptoUtil")
|
||||
private EgovCryptoUtil egovCryptoUtil;
|
||||
|
||||
@Value("#{globalSettings['Globals.ozFont']}")
|
||||
private String ozFont;
|
||||
|
||||
@Value("#{globalSettings['Globals.ozFontPath']}")
|
||||
private String ozFontPath;
|
||||
|
||||
/**
|
||||
* 기일지정 상세 TODO daenge 기일지정 상세
|
||||
*
|
||||
@ -518,6 +524,11 @@ public class DntController {
|
||||
String serverName = req.getServerName();
|
||||
String ozServerNm = IpUtil.getOzServerName(serverName);
|
||||
model.addAttribute("ozServerNm", ozServerNm);
|
||||
|
||||
//오즈리포트 폰트
|
||||
model.addAttribute("ozFont", ozFont);
|
||||
//오즈리포트 폰트 경로
|
||||
model.addAttribute("ozFontPath", ozFontPath);
|
||||
|
||||
/*
|
||||
* 2022.01.06 우영두 추가
|
||||
|
||||
@ -168,4 +168,13 @@ Globals.pdf.webpath=/pdf/out/
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.prod.islocal=local
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.prod.islocal=real
|
||||
#Globals.prod.islocal=real
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc800\uc7a5\uacbd\ub85c
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc885\ub958
|
||||
Globals.ozFont=NanumSquareR.ttf
|
||||
@ -168,4 +168,13 @@ Globals.pdf.webpath=/pdf/out/
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.prod.islocal=local
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.prod.islocal=real
|
||||
#Globals.prod.islocal=real
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc800\uc7a5\uacbd\ub85c
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc885\ub958
|
||||
Globals.ozFont=NanumSquareR.ttf
|
||||
@ -168,4 +168,13 @@ Globals.pdf.webpath=/pdf/out/
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.prod.islocal=local
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.prod.islocal=real
|
||||
#Globals.prod.islocal=real
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc800\uc7a5\uacbd\ub85c
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
#\uc2e4\uc11c\ubc84
|
||||
#Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc885\ub958
|
||||
Globals.ozFont=NanumSquareR.ttf
|
||||
@ -166,4 +166,13 @@ Globals.pdf.webpath=/pdf/out/
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
#Globals.prod.islocal=local
|
||||
#\uc2e4\uc11c\ubc84
|
||||
Globals.prod.islocal=real
|
||||
Globals.prod.islocal=real
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc800\uc7a5\uacbd\ub85c
|
||||
#\uac1c\ubc1c\uc11c\ubc84
|
||||
#Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
#\uc2e4\uc11c\ubc84
|
||||
Globals.ozFontPath=/home/oz80/fontTestDir/
|
||||
|
||||
#\uc624\uc988\ub9ac\ud3ec\ud2b8 \ud3f0\ud2b8 \uc885\ub958
|
||||
Globals.ozFont=NanumSquareR.ttf
|
||||
@ -5,7 +5,6 @@
|
||||
<typeAlias alias="egovMap" type="egovframework.rte.psl.dataaccess.util.EgovMap"/>
|
||||
<typeAlias alias="AdrSbmtLineMgrUsrVO" type="kcc.kccadr.advcSbmt.service.AdrSbmtLineMgrUsrVO"/>
|
||||
|
||||
|
||||
<!-- 공통 테이블 명 -->
|
||||
<sql id="AdrSbmtLineMgrUsrDAO.table_name">
|
||||
adr_sbmt_line_mgr_usr
|
||||
|
||||
@ -150,7 +150,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list }" varStatus="status">
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<!-- 추후 데이터 생기면 개발 -->
|
||||
<!-- 추후 데이터 생기면 개발 -->
|
||||
<!-- 추후 데이터 생기면 개발 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user