https://github.com/kokojihye/mogak
https://github.com/kokojihye/mogak
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kokojihye/mogak
- Owner: kokojihye
- Created: 2024-03-25T07:36:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T15:51:02.000Z (12 months ago)
- Last Synced: 2024-12-29T05:27:53.681Z (5 months ago)
- Language: Java
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mogak
## 실행 방법
**로컬 실행**실행 명령어 입력 후, localhost:8080 접속
```
./gradlew bootRun
```
윈도우 종료
```
Ctrl + c
```## commit message conventions
|Tag name|Description|
|------|---|
|✨ feat|새로운 기능 추가|
|🚑 fix|버그 수정|
|🐛 bug|버그 신고 with @FIXME|
|📝 chore|자잘한 수정|
|🐎 perf|성능 개선|
|🔨 refactor|코드 리팩토링|
|📚 docs|문서 수정|
|🚜 move|구조 변경|
|❗❗ BREAKING CHANGE|크리티컬한 변경 발생|
|☔️ test|테스트 코드 수정|
|💭 comment|주석 코드 수정|
|🔥 remove|폴더/파일 삭제|
|🚗 rename|폴더/파일명 변경|
|🎨 design|UI변경 및 사용자 레벨 디자인 수정|
|🚀 deploy|배포 관련 스크립트 및 환경 수정|
|⚙ setting|의존성 추가, 환경설정 변경 등 프로젝트에 영향을 주는 세팅 변경|