{"id":15134395,"url":"https://github.com/cheese10yun/intellij","last_synced_at":"2025-04-05T02:10:50.222Z","repository":{"id":40329729,"uuid":"118485225","full_name":"cheese10yun/IntelliJ","owner":"cheese10yun","description":":octocat: 📄 IntelliJ 사용법","archived":false,"fork":false,"pushed_at":"2024-11-09T10:12:34.000Z","size":57396,"stargazers_count":162,"open_issues_count":0,"forks_count":23,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-05T02:10:43.382Z","etag":null,"topics":["intellij","intellij-idea","intellij-plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheese10yun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-22T16:43:13.000Z","updated_at":"2025-03-23T19:50:10.000Z","dependencies_parsed_at":"2024-11-09T11:17:29.231Z","dependency_job_id":"9013de57-fe8e-4d0a-af7d-7d49b8f8a596","html_url":"https://github.com/cheese10yun/IntelliJ","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheese10yun%2FIntelliJ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheese10yun%2FIntelliJ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheese10yun%2FIntelliJ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheese10yun%2FIntelliJ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheese10yun","download_url":"https://codeload.github.com/cheese10yun/IntelliJ/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij","intellij-idea","intellij-plugin"],"created_at":"2024-09-26T05:20:22.192Z","updated_at":"2025-04-05T02:10:50.207Z","avatar_url":"https://github.com/cheese10yun.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fcheese10yun%2FIntelliJ\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n# IntelliJ 사용법\n\n* [인텔리제이 JPA Console](https://github.com/cheese10yun/IntelliJ/blob/master/JPA/JPA-Console.md)\n* [인텔리제이로 Builder Pattern 쉽게 구현하기](https://github.com/cheese10yun/IntelliJ/blob/master/plugin/builder-pattern.md)\n* [문자열 팁](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/%EB%AC%B8%EC%9E%90%EC%97%B4.md)\n* [리팩토링](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/refactoring.md)\n* [Live Template](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/live-template.md)\n* [Todo 사용법](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/intellij-todo.md)\n* Git 활용법\n    * [기초: commit, push, pull, stash, unstash ..](https://github.com/cheese10yun/IntelliJ/blob/master/git/base.md)\n    * [Rest](https://github.com/cheese10yun/IntelliJ/blob/master/git/rest.md)\n* [다국어 messages.properties](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/messages-properties.md)\n* [Github 사용법](https://github.com/cheese10yun/IntelliJ/blob/master/github/기본사용법.md)\n* [Properties 자동완성 기능](https://github.com/cheese10yun/IntelliJ/blob/master/plugin/Assistant-Properties.md)\n* [특정 Import 제외하기](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/import-exclude.md)\n* 추천 Plugin\n  * [Spring Assistant - Properties 자동완성](https://github.com/cheese10yun/IntelliJ/blob/master/plugin/Spring-Assistant.md)\n  * [String Manipulation](https://github.com/cheese10yun/blog-sample/blob/master/kotlin-jpa/docs/intellij-string-manipulation.md)\n* [Null Safe 설정](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/null-safe.md)\n* [Excute Gradle Task 사용하기](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/gradle-task.md)\n* [Visual VM Launcher IntelliJ](https://cheese10yun.github.io/intellij-visual-vm/)\n* [인텔리제이 Github Code Review](https://cheese10yun.github.io/intellij-code-review/)\n* Spring\n  * [Spring Boot 여러대 서버 실행하기](https://github.com/cheese10yun/IntelliJ/blob/master/spring/run-config.md)\n  * [Spring Boot Run Gradle에게 위임하기](https://github.com/cheese10yun/IntelliJ/blob/master/spring/spring-boot-out.md)\n  * [Spring Boot Actuator IntelliJ 활용하기](https://github.com/cheese10yun/blog-sample/tree/master/actuator?fbclid=IwAR26-tzhK16V2wGh1dt9CekOGCRkvlIfIkYfsJC5p_eF-CPeI7D4pF_jnK4#intellij-endpint)\n* [IntelliJ 기능 종합 정리](https://github.com/cheese10yun/blog-sample/blob/master/intellij-test/intellij-test/REAEMD.md) \n* [인텔리제이(IntelliJ) cannot resolve symbol 에러 처리](https://github.com/cheese10yun/IntelliJ/blob/master/etc/%EC%9D%B8%ED%85%94%EB%A6%AC%EC%A0%9C%EC%9D%B4(IntelliJ)%20cannot%20resolve%20symbol%20%EC%97%90%EB%9F%AC%20%EC%B2%98%EB%A6%AC.md)\n* [IntelliJ 각종 Tip](https://github.com/cheese10yun/IntelliJ/blob/master/nomal/tip.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheese10yun%2Fintellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheese10yun%2Fintellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheese10yun%2Fintellij/lists"}