Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Dogcument/gssg-assets

Repository files navigation

글쑤시개 Back-End

현재 문서가 현행화되어있지 않습니다.

1. 환경

codecov

2. Local 실행 방법

# 1. Application 실행 (기본으로 local profile 셋업)
> ./gradlew :gssg-interface:bootRun -x test

2022-05-09 04:00:13.133 - INFO 39863 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : [] Tomcat started on port(s): 8080 (http) with context path ''
2022-05-09 04:00:13.154 - INFO 39863 --- [  restartedMain] com.gssg.gssgbe.GssgBeApplication        : [] Started GssgBeApplication in 9.104 seconds (JVM running for 9.668)

# 3. http://localhost:8080/swagger-ui.html
  • local 을 제외한 PHASE 로 실행은 지원하지 않습니다.