1 Star 0 Fork 0

do-not-overtime / overtime-server-springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Overtime-server-springboot

基于Springboot的 overtime 服务端.

相关内容:

  • Gradle with Kotlin DSL build script
  • Java17
  • Spring Reactive (webflux)
  • Spring Data R2DBC
  • 使用Nacos的配置中心与服务注册发现
  • Lombok

基本结构:

  • overtime-application: 所有服务的单机模块。
  • overtime-common: 公共模块的父模块。
    • overtime-core: 没有特别所属,供全局使用的公共模块,一般提供一些工具类、响应数据封装等内容。
    • overtime-application: 为xxx-application模块服务的公共模块,其中提供了针对于启动器Application的配置工具等内容。
    • overtime-domain: 为domain模块服务的公共模块。
    • overtime-service: 为service模块服务的公共模块。
  • overtime-configuration: 与配置相关的父模块。
    • configuration-handler: 针对响应值统一处理、异常统一拦截的配置模块。
  • overtime-gateway: 网关模块。
  • overtime-admin: 后台管理模块。
  • services: 所有的服务模块。
    • ${service-name}: 某服务的父模块。
      • ${service-name}-domain: 提供domain定义的模块。
      • ${service-name}-repository: 提供持久层交互的模块。
      • ${service-name}-service: 服务接口定义模块
      • ${service-name}-service-impl: 服务接口的默认实现模块。此模块实现 ${service-name}-service 模块接口。
      • ${service-name}-api: 服务间API的接口定义模块。
      • ${service-name}-controller: 对外http控制器模块,此模块实现 ${service-name}-api 模块接口。
      • ${service-name}-application: 服务模块下的主程模块,用于启动Spring应用程序并使用nacos配置中心。

空文件

简介

基于Springboot的Overtime服务端 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/lost-and-found-project/overtime-server-springboot.git
git@gitee.com:lost-and-found-project/overtime-server-springboot.git
lost-and-found-project
overtime-server-springboot
overtime-server-springboot
master

搜索帮助