페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

  • Windows server 2012 R2 DataCenter 64bit
  • CentOS 7 

DB : Oracle12c R1

JIRA : 7.3.0

database 설정

코드 블럭
select * from propertystring where id in (select id from propertyentry where property_key='webwork.i18n.encoding');

결과값이 아래 이미지와 다르면 아래 명령어 수행

Image Removed

코드 블럭
update propertystring set propertyvalue = 'UTF-8' where id in (select id from propertyentry where property_key='webwork.i18n.encoding');

Windows에서 Encoding 설정

실행창 > services.msc 또는 제어판 > 관리도구 > 서비스 이동한다. JIRA 속성을 클릭 한다.

...