# DevTestOpsGuide **Repository Path**: LinWanCen/DevTestOpsGuide ## Basic Information - **Project Name**: DevTestOpsGuide - **Description**: 开发 测试 上线 的经验与笔记 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://linwancen.github.io/DevTestOpsGuide/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DevTestOpsGuide for DevTestOps, DevSecOps, BizDevOps 本指南是对 [谷歌风格指南][styleguide] 和 [阿里巴巴Java开发手册][p3c] 等指南的补充, 请在阅读本指南的同时请阅读这些指南。 因为域名污染进不了 xxx.github.io 的同学请修改 DNS 后刷新缓存, [知乎设置教程](https://www.zhihu.com/question/411565676) 。 [styleguide]:https://github.com/google/styleguide [p3c]:https://github.com/alibaba/p3c ## 指南内容的撰写 您可以新增一些条目,但修改条目时请在 issues 等平台充分讨论后再修改,不要在修改记录中争执。 这里的条目需要同时写明这么做的缘由,条目的来源可以是遇到的问题(bug)或者不便的地方。 新增条目前请先搜索 [谷歌风格指南][styleguide] 和 [阿里巴巴Java开发手册][p3c] 等资料是否已经提到。 编写条目前请务必阅读 [谷歌风格指南][styleguide] 中的 [文档风格指南][docguide]。 [docguide]:https://github.com/google/styleguide/blob/gh-pages/docguide/style.md ## 具体内容 ### Java [Java 风格 API 框架 测试 运维](java/README.md) [日志指南](log/README.md) [Maven 指引](maven/README.md) ### DB [数据库 DB](db/README.md) ### Test [测试](test/README.md) ### DevOps [自动化编译部署等 DevOps](DevOps/README.md) ### JS [ES lint](http://eslint.cn/docs/rules/) [Vue 风格指南](https://cn.vuejs.org/v2/style-guide/) ### 设计 [设计上的基本常识 (dubbo)](http://dubbo.apache.org/zh-cn/docs/dev/principals/general-knowledge.html) [使用 PlantUML 编写时序图等理清关系](https://plantuml.com/zh/sequence-diagram)