You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java -version # java 11 이상 버전 필요!
cd {project_root}
./gradlew build -x check
java -jar ./build/libs/bibimweb-0.0.1-SNAPSHOT.jar
# 업로드 되있는 jar만 실행
cd bibim-web-server # 프로젝트 폴더로 이동
java -jar ./jar/server.jar