[
  {
    "path": ".github/ISSUE_TEMPLATE/contribution.md",
    "content": "---\nname: 贡献力量\nabout: 请描述你需要贡献的具体方面\n---\n\n## 我愿成为一名开源贡献者！\n\n###  申请翻译/校对\n<!--请根据方向修改或添加下面的文字内容-->\n\n  * 翻译\n\n### 具体章节/标题\n<!--可以选择只翻译某个具体标题,具体标题请查看SUMMARY.md文件-->\n\n* 示例章节\n  * 示例标题1\n  * 示例标题2\t\n\n<!--提交issue之前请点击预览标签，符合要求之后再提交问题-->\n<!--贡献完成时,可在提交备注内容中添加 close #issue编号 以关闭该issue 谢谢-->\n\n"
  },
  {
    "path": ".gitignore",
    "content": "# Node rules:\n## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)\n.grunt\n\n## Dependency directory\n## Commenting this out is preferred by some people, see\n## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git\nnode_modules\n\n# Book build output\n_book\n\n# eBook build output\n*.epub\n*.mobi\n*.pdf\n\n# OSX junk files\n.DS_Store\n._*\n*/.DS_Store\n*/._*\n\n# IDEA\n/.idea/*"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2018 LingCoder <lingcoder@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# 《On Java 8》中文版\n\n## 最新动态\n\n《ON JAVA 中文版》终于上市了！推荐大家去京东购买：https://u.jd.com/ZwXIEMn ，新书首发，价格也比较美丽。\n\n值得一提的是，为了与时俱进，作者也增补Java 11、Java17的相关内容，很多内容都非常贴合实际的开发场景，知识点非常细致，可以说覆盖了市面其他Java书90%的内容。\n\n随书配套视频也很精良！4位行业内的顶级大佬为这本书录制了配套教程，尤其是对初学者十分友好，重点知识都帮你划出来了。\n\n——————————————\n\n图灵要出On Java 8的中文版了！ 非常感谢大家长久以来对本项目的支持和贡献，出于对原作者的敬意和对版权尊重，本项目将于2021年2月26日起闭源。 之后，我将作为On Java 8的特邀审读嘉宾，继续贡献自己的一份力量！\n\n想要继续关注本书出版进度，请访问图灵社区：https://www.ituring.com.cn/book/2935\n\n\n## 一起交流\n\n点击链接加入群聊【Java技术流群】247457782 <a target=\"_blank\" href=\"https://jq.qq.com/?_wv=1027&k=gI8ST3tt\"><img border=\"0\" src=\"https://raw.githubusercontent.com/LingCoder/OnJava8/master/docs/images/qqgroup.png\" alt=\"Java技术交流\" title=\"Java技术交流\"></a>( 点击图标即可加入 )<br> 加群时请简单备注下来源或说明\n\n<div align=\"left\">\n<img src=\"https://raw.githubusercontent.com/LingCoder/OnJava8/master/assets/QQGroupQRCode.jpg\"  alt=\"QQGroupQRCode\"/>\n </div>\n \n\n## 联系方式\n\n- E-mail : <lingcoder@gmail.com>\n"
  }
]