42 SEOUL의 교육생들을 위한 서비스 개발 프로젝트로, 과제를 같이 할 교육생을 찾는 교육생들끼리 팀을 만들어주는 웹 애플리케이션
First of all, set application-oauth.yaml and applciation-smtp.yaml to yours
-
Quick Run
./gradlew bootRun -
Build with tasks
-
default profile
./gradlew build -
my profile
- [dev, local] 중 택 1
./gradlew build -Pprofile=myprofile
-
-
Run fat jar with built profile
# -P는 생략가능 ./gradlew build -Pprofile=myprofile java -jar application.jar -
Run fat jar with my profile
./gradlew build java -Dspring.profiles.active=myprofile -jar applicaition.jar
You can see swagger api docs
- just curl
host:port/swagger-ui.html- json data: curl
host:port/v2/api-docs
- json data: curl

