etc
🔗 Git 컨벤션 커밋을 작성을 위한 IntelliJ 플러그인!
2025.04.07
Conventional Commit 플러그인을 사용하면 컨벤션 커밋을 작성하는데 도움을 받을 수 있음!https://plugins.jetbrains.com/plugin/13389-conventional-commit/versions/stable Conventional Commit - IntelliJ IDEs Plugin | MarketplaceThe aim of this plugin is to provide completion for conventional commits, also named semantic commits, inside the VCS Commit dialog. The plugin provides: Standard...plugins.jetbrains.com
etc
✍🏻Postman으로 API 명세서 작성하는 방법
2025.03.26
Postman 프로그램을 실행하던 그대로 api 명세서 파일을 얻을 수 있음 0. Postman 실행1. Create new collection2. Add request3. 예시 저장 :  Save Response4. 오른쪽 점 세개... View documentation5. Publish >> 작성한 api 명세서가 브라우저에서 열린다!6. 원하는 설정대로 publish7. 이렇게 url로 확인 가능