카테고리 없음

기본 개발환경 구성

tttck88 2019. 10. 2. 18:01

application.properties파일

spring.profiles.active=real //운영서버
#spring.profiles.active=alpha //AWS
#spring.profiles.active=dev //로컬개발환경
#spring.profiles.active=local

 

C:\Windows\System32\drivers\etc내에 host파일에 추가

https://wvwiki.atlassian.net/wiki/spaces/welcome/pages/284786698/ABO

 

Log in with Atlassian account

We tried to load scripts but something went wrong. Please make sure that your network settings allow you to download scripts from the following domain: https://aid-frontend.prod.atl-paas.net/atlassian-id/front-end/5.0.59

id.atlassian.com

ex)

#abo dev 
#192.168.0.49    dev.auctionblue.com 
#192.168.0.50    dev.m.auctionblue.com 
127.0.0.1    dev.auctionblue.com    #8004 
127.0.0.1    dev.m.auctionblue.com  #8007

 

개발서버 접속시 127.0.01로 변경 후 접속 (포트번호가 확인이 안될 시에 인텔리제이 실행시킨 후 로그에서 확인)

ex)http://mg-auction-web.dev.auctionbluecorp.com:8802/web/auctionmaker/page

 

인텔리제이 실행파일은 ~Application

ex)RarebyblueApplication

 

jira 이슈만들기

https://wvwiki.atlassian.net/projects/ABO/issues/?filter=allopenissues

 

- Jira

연결을 확인하고 다시 시도해 보십시오.

wvwiki.atlassian.net

프로젝트 - Auction Blue Operation

이슈유형 - 작업

 

소스트리로 Git 사용

수정한 프로젝트를 소스트리에서 왼쪽바에 있는 develop를 선택 후에

위에 탭에서 브랜치를 선택 이름을 지정 ex)bruce/ABO-296 브랜치 생성 스테이지로 푸쉬 후 깃랩에서 ...