Skip to end of metadata
Go to start of metadata

 프로젝트 개발 환경 구축

Import Project from SVN

 

  1. 빈 프로젝트를 생성 (데모 동영상에선 313으로 빈 프로젝트를 생성함.) 최초 생성후 프로젝트 sdk 설정 (jdk 1.7, project language level 7)
  2. VCS > Check out from repositories 
  3. Repositories 추가 : URL  svn://www.313.co.kr/steady 
    user 및 passwrd 입력. 
  4. trunk > development-standard 를 checkout 함.
  5. check out 이후 나오는 팝업에서 NO를 선택하여 작성자는 모듈로 등록함, 바로 프로젝트로 등록해도 무관함

Import Existing Maven Project

  1. File > Import Module 선택
  2. checkout 받은 root 디렉토리 선택
  3. checkout 이후 Frameworks detected 팝업창에서 Configure 를 선택함
  4. maven project 에서 root 를 install 함.

Server Setting

  1. Run > Edit Configurations 으로 들어간다.
  2. local tomcat 서버를 추가한다
  3. war exploded 를 추가한다.
  4. 서버를 실행한다.

 

atlassian 연동

  1. preference > plugin > browse repositories 에서 atlassian을 검색한다.

  2. 설치후 idea를 재시작 한다.
  3. view > atlassian 을 누른다.
  4. configure plugin project setting 을 눌러 url, id, password 를 설정하고 접속을 한다.

이후 JIRA 를 좀더 사용하고나서 추가함.

313설정.mp4

 

Labels
  • None
  1. Dec 13, 2014

    linux 계열에서 발생될 수 있는 오류 :

    [ERROR 1213 21:02] Context initialization failed org.springframework.web.servlet.DispatcherServlet 470
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'multipartResolver' defined in ServletContext resource [/WEB-INF/config/standard/springmvc/dispatcher-servlet.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
    PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'uploadTempDir' threw exception; nested exception is java.lang.IllegalArgumentException: Given uploadTempDir [URL [file:/data/files/tmp]] could not be created

    /data/files/tmp 폴더는 권한이 없기 때문에 생성할수 없음.

    /standard/properties/dev-spring-viewResolver.properties 의 파일을 열어서 해당 경로를 사용할 수 있는 경로로 변경 해야됨