# otter-cloud **Repository Path**: otter-open/otter ## Basic Information - **Project Name**: otter-cloud - **Description**: 集思广益的Java微服务脚手架。为开发者提供灵活便捷的功能支持,将重复代码降至到最低。为开发者提供更强可读性、更安全、更良好规范的开发库。通用部分交给脚手架处理,多想业务少些代码,解放大家的双手,节省出更多时间去享受生活。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 2 - **Created**: 2021-10-13 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 脚手架 ## README # otter ## 介绍 otter是java微服务脚手架 ## otter开发约定 1,开发遵循阿里发开规范 推荐使用idea编程,并使用c3p插件,他会检查你代码编写是否规范,养成良好的代码风格 [提升工作效率的idea插件有哪些](https://zhuanlan.zhihu.com/p/418984559) 2,多加注释 otter容忍多实现,多实现使用类名区分,多加注释表明自己的使用场景和追求的效果 3,多写demo 多写各种示例加到example中,分享给大家提供不一样的实现样例,也方便自己后期查看用法 #### 解决问题 #### otter功能介绍 #### 系统模块 ~~~xml com.otter ├── otter-common // 通用模块 │ └── otter-common-core // 核心模块 │ └── otter-common-source // 业务依赖的核心common │ └── otter-common-log // 日志记录 │ └── otter-common-swagger // 系统接口 ├── otter-example // 示例工程 ├──pom.xml // 公共依赖 ~~~ #### otter架构简介 #### otter涉及技术 spring cloud #### otter开发框架 ## 软件架构 ## 交流群 ![微信群](otter-example/doc/img/2ae4f48737cf8deeb9c12b1eb8e6ab3.jpg)