Coder Social home page Coder Social logo

re_backend's Introduction

ROOTELEMENT 根元素个人博客后端

博客访问地址:http://re.lingjiatong.cn:30150

这是一个使用SpringBoot作为后端,前端使用vue.js的博客系统,使用的是mavon-editor插件作为markdown文本编辑器
本博客部分内容参考温志怀博客和思欲主题,详情请移步 温志怀博客 | 欲思主题 | GitCafe | 崔庆才博客

GitHub stars GitHub forks GitHub issues

后端项目说明

本项目为博客后端接口项目,使用的是微服务架构,主要技术栈是SpringCloud alibaba,mybatis-plus,mysql,minio,elasticsearch等。

项目目录结构

re_backend  
├── api                                         // API微服务
├──  └── api-frontend                           // 前端页面接口微服务
├──  └── api-backend                            // 后端管理系统页面接口微服务
├──  └── api-file                               // 文件服务接口微服务
├── project                                     // 项目文档和脚本
│    └── doc                                    // 项目文档
│    └── k8s                                    // k8s部署文件
│    └── shell                                  // 脚本
│    └── sql                                    // sql文件
├── re-common                                   // 通用模块
├── re-gateway                                  // 网关微服务
├── re-job                                      // 定时任务微服务
├── service
├──  │── re-service-article                     // 博客文章模块
├──  │      └── re-service-article-api          // 博客文章微服务feign接口层
├──  │      └── re-service-article-server       // 博客文章微服务应用层
├──  │── re-service-sys                         // 系统相关模块
├──         └── re-service-sys-api              // 系统模块feign接口层
├──         └── re-service-sys-server           // 系统模块应用层

微服务端口设定

防火墙共享名称 描述 k8s服务名称 k8s名称空间 port(service端口号) nodePort(节点端口) targetPort(容器端口) spring cloud微服务名称 spring cloud微服务描述 开发环境端口号 防火墙暴露端口号
RE-GATEWAY RE博客API网关服务 re-gateway rootelement 8080 30152 8080 re-gateway API网关 8152 30152
- - api-frontend rootelement 8080 30153 8080 api-frontend 博客前端接口 8153 -
- - api-backend rootelement 8080 30154 8080 api-backend 博客后台管理接口 8154 -
- - api-file rootelement 8080 30157 8080 api-backend 博客文件服务管理接口 8157 -
- - re-auth rootelement 8080 30155 8080 re-auth 认证微服务 8155 -
- - re-job rootelement 8080 30156 8080 re-job 定时任务微服务 8156 -
- - re-service-article-server rootelement 8080 30200 8080 re-service-article-server 文章微服务 8200 -
- - re-service-sys-server rootelement 8080 30201 8080 re-service-sys-server 系统设置微服务 8201 -

re_backend's People

Contributors

ljtnono avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.