Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddonghyeo/grishare
멋쟁이 사자처럼 교내 해커톤 Grishare - 시세정보 기반 글로벌 위험정보 공유 서비스
https://github.com/ddonghyeo/grishare
session spring spring-boot
Last synced: 12 days ago
JSON representation
멋쟁이 사자처럼 교내 해커톤 Grishare - 시세정보 기반 글로벌 위험정보 공유 서비스
- Host: GitHub
- URL: https://github.com/ddonghyeo/grishare
- Owner: DDonghyeo
- Created: 2023-07-14T06:07:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T04:07:06.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:16:46.275Z (27 days ago)
- Topics: session, spring, spring-boot
- Language: JavaScript
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3-team-backend
지켜조 - 상명대 멋쟁이 사자처럼 교내톤 3팀 백엔드
![image](https://github.com/DDonghyeo/Grishare/assets/98632435/bc3083c9-80b7-4f9d-b855-a8fa87be3804)---
## Version
### Spring Boot 2.7.13
### Java 17---
## Commit Message Convention| Type | Description |
|:-----------:|---|
| `Feat:` | 새로운 기능 추가 |
| `Fix:` | 버그 수정 |
| `Ci:` | CI관련 설정 수정 |
| `Docs:` | 문서 (문서 추가, 수정, 삭제) |
| `Style:` | 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없는 경우) |
| `Refactor:` | 코드 리팩토링 |
| `Test:` | 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없는 경우) |
| `Chore:` | 기타 변경사항 (빌드 스크립트 수정 등) |