{"id":23586387,"url":"https://github.com/hellokaton/java-library-examples","last_synced_at":"2025-05-10T23:05:07.171Z","repository":{"id":86662140,"uuid":"117504538","full_name":"hellokaton/java-library-examples","owner":"hellokaton","description":"💪 example of common used libraries and frameworks, programming required, don't fork man.","archived":false,"fork":false,"pushed_at":"2022-10-03T21:22:58.000Z","size":468,"stargazers_count":213,"open_issues_count":1,"forks_count":28,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-10T23:05:02.155Z","etag":null,"topics":["cache","email","examples","java","kafka","logback","okhttp3","orm","qrcode","yaml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellokaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-01-15T06:11:32.000Z","updated_at":"2025-04-04T13:37:31.000Z","dependencies_parsed_at":"2023-02-28T18:30:28.571Z","dependency_job_id":null,"html_url":"https://github.com/hellokaton/java-library-examples","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/hellokaton%2Fjava-library-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellokaton%2Fjava-library-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellokaton%2Fjava-library-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellokaton%2Fjava-library-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellokaton","download_url":"https://codeload.github.com/hellokaton/java-library-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253492754,"owners_count":21916974,"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":["cache","email","examples","java","kafka","logback","okhttp3","orm","qrcode","yaml"],"created_at":"2024-12-27T04:06:43.735Z","updated_at":"2025-05-10T23:05:07.139Z","avatar_url":"https://github.com/hellokaton.png","language":"Java","readme":"# Java Library Examples\n\nJava 库、框架使用示例大全，持续更新，请勿 `fork`。\n\n[![](https://img.shields.io/travis/biezhi/java-library-examples.svg)](https://travis-ci.org/biezhi/java-library-examples)\n[![](https://img.shields.io/badge/license-MIT-FF0080.svg)](https://github.com/biezhi/java-library-examples/blob/master/LICENSE)\n[![@biezhi on zhihu](https://img.shields.io/badge/zhihu-%40biezhi-red.svg)](https://www.zhihu.com/people/biezhi)\n[![](https://img.shields.io/github/followers/biezhi.svg?style=social\u0026label=Follow%20Me)](https://github.com/biezhi)\n\n- [`cache-example`](https://github.com/biezhi/java-library-examples/tree/master/cache-example)\n    - [`ehcache-example`](https://github.com/biezhi/java-library-examples/blob/master/cache-example/ehcache-example)\n    - [`guava-cache-example`](https://github.com/biezhi/java-library-examples/blob/master/cache-example/guava-cache-example)\n    - [`jedis-example`](https://github.com/biezhi/java-library-examples/blob/master/cache-example/jedis-example)\n- [`compress-example`](https://github.com/biezhi/java-library-examples/tree/master/compress-example)\n- [`crawler-example`](https://github.com/biezhi/java-library-examples/blob/master/crawler-example)\n    - [`crawler4j-example`](https://github.com/biezhi/java-library-examples/blob/master/crawler-example/crawler4j-example)\n    - [`elves-example`](https://github.com/biezhi/java-library-examples/blob/master/crawler-example/elves-example)\n    - [`webmagic-example`](https://github.com/biezhi/java-library-examples/blob/master/crawler-example/webmagic-example)\n- [`email-example`](https://github.com/biezhi/java-library-examples/tree/master/email-example)\n    - [`commons-email-example`](https://github.com/biezhi/java-library-examples/tree/master/email-example/commons-email-example/src/main/java/io/github/biezhi/email)\n    - [`ohmyemail-example`](https://github.com/biezhi/java-library-examples/blob/master/email-example/ohmyemail-example)\n- [`embedded-example`](https://github.com/biezhi/java-library-examples/blob/master/embedded-example)\n- [`encrypt-example`](https://github.com/biezhi/java-library-examples/blob/master/encrypt-example)\n- [`excel-example`](https://github.com/biezhi/java-library-examples/blob/master/excel-example)\n- [`gui-example`](https://github.com/biezhi/java-library-examples/blob/master/gui-example)\n- [`http-example`](https://github.com/biezhi/java-library-examples/blob/master/http-example)\n    - [`httpclient4-example`](https://github.com/biezhi/java-library-examples/tree/master/http-example/httpclient4-example/src/main/java/io/github/biezhi/httpclient4)\n    - [`ohmyrequest-example`](https://github.com/biezhi/java-library-examples/blob/master/http-example/ohmyrequest-example)\n    - [`okhttp3-example`](https://github.com/biezhi/java-library-examples/tree/master/http-example/okhttp3-example/src/main/java/io/github/biezhi/okhttp3)\n    - [`unirest-example`](https://github.com/biezhi/java-library-examples/tree/master/http-example/unirest-example/src/main/java/io/github/biezhi/unirest)\n- [`json-example`](https://github.com/biezhi/java-library-examples/blob/master/json-example)\n    - [`fastjson-example`](https://github.com/biezhi/java-library-examples/tree/master/json-example/fastjson-example/src/main/java/io/github/biezhi/json/fastjson)\n    - [`gson-example`](https://github.com/biezhi/java-library-examples/tree/master/json-example/gson-exmaple/src/main/java/io/github/biezhi/json/gson)\n    - [`jackson-example`](https://github.com/biezhi/java-library-examples/tree/master/json-example/jackson-example/src/main/java/io/github/biezhi/json/jackson)\n- [`log-example`](https://github.com/biezhi/java-library-examples/blob/master/log-example)\n    - [`commons-logging-example`](https://github.com/biezhi/java-library-examples/tree/master/log-example/commons-logging-example/src/main/java/io/github/biezhi/commons/logging)\n    - [`log4j-example`](https://github.com/biezhi/java-library-examples/blob/master/log-example/log4j-example/src/main/java/io/github/biezhi/log4j)\n    - [`logback-example`](https://github.com/biezhi/java-library-examples/blob/master/log-example/logback-example/src/main/java/io/github/biezhi/logback)\n    - [`slf4j-example`](https://github.com/biezhi/java-library-examples/blob/master/log-example/slf4j-example/src/main/java/io/github/biezhi/slf4j)\n- [`metrics-example`](https://github.com/biezhi/java-library-examples/blob/master/metrics-example)\n- [`mq-example`](https://github.com/biezhi/java-library-examples/blob/master/mq-example)\n    - [`kafka-example`](https://github.com/biezhi/java-library-examples/blob/master/mq-example/kafka-example)\n    - [`rabbitmq-example`](https://github.com/biezhi/java-library-examples/blob/master/mq-example/rabbitmq-example)\n    - [`rocketmq-example`](https://github.com/biezhi/java-library-examples/blob/master/mq-example/rocketmq-example)\n- [`network-example`](https://github.com/biezhi/java-library-examples/blob/master/network-example)\n    - [`mina-example`](https://github.com/biezhi/java-library-examples/blob/master/network-example/mina-example)\n    - [`netty-example`](https://github.com/biezhi/java-library-examples/blob/master/network-example/netty-example)\n- [`orm-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example)\n    - [`blade-jdbc-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/blade-jdbc-example)\n    - [`dbutils-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/dbutils-example)\n    - [`hibernate-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/hibernate-example)\n    - [`jooq-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/jooq-example)\n    - [`mybatis-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/mybatis-example)\n    - [`sql2o-example`](https://github.com/biezhi/java-library-examples/blob/master/orm-example/sql2o-example)\n- [`qrcode-example`](https://github.com/biezhi/java-library-examples/blob/master/qrcode-example)\n    - [`qrgen-example`](https://github.com/biezhi/java-library-examples/blob/master/qrcode-example/qrgen-example)\n    - [`zxing-example`](https://github.com/biezhi/java-library-examples/blob/master/qrcode-example/zxing-example)\n- [`rss-example`](https://github.com/biezhi/java-library-examples/blob/master/rss-example)\n- [`task-example`](https://github.com/biezhi/java-library-examples/blob/master/task-example)\n- [`template-example`](https://github.com/biezhi/java-library-examples/blob/master/template-example)\n    - [`freemarker-example`](https://github.com/biezhi/java-library-examples/blob/master/template-example/freemarker-example)\n    - [`jetbrick-example`](https://github.com/biezhi/java-library-examples/blob/master/template-example/jetbrick-example)\n    - [`velocity-example`](https://github.com/biezhi/java-library-examples/blob/master/template-example/velocity-example)\n- [`yaml-example`](https://github.com/biezhi/java-library-examples/tree/master/yaml-example/src/main/java/io/github/biezhi/yaml)\n\n## 项目结构\n\n如若在本地运行，请确保你的计算机已经安装如下环境\n\n- Maven3\n- Java8\n- [lombok](https://projectlombok.org/) 插件\n\n# 开源协议\n\n[MIT](https://github.com/biezhi/java-library-examples/blob/master/LICENSE)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellokaton%2Fjava-library-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellokaton%2Fjava-library-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellokaton%2Fjava-library-examples/lists"}