Skip to content

Latest commit

 

History

History

BackEnd

ForeSee_BackEnd

项目介绍

组织结构

ForeSee
├── client-222 -- 接收从前端发送过来的请求
├── eureka-222 -- 服务注册中心
├── server-192 -- 微服务提供者
├── gateway-222 --路由转发

技术选型

技术 说明 官网
SpringBoot 容器+MVC框架 https://spring.io/projects/spring-boot
SpringCloud 微服务架构开发工具 https://spring.io/projects/spring-cloud
junit 单元测试 https://junit.org/junit4
log4j 日志记录 http://logging.apache.org/log4j/1.2/
lombok 简化对象封装工具 https://github.com/rzwitserloot/lombok
Redis 分布式缓存 https://redis.io/
MongoDB NoSql数据库 https://www.mongodb.com

环境搭建

开发工具

工具 说明 官网
IDEA 开发IDE https://www.jetbrains.com/idea/download
redis desktop manager redis客户端连接工具 https://rdm.dev/
X-shell Linux远程连接工具 http://www.netsarang.com/download/software.html

开发环境

工具 版本号 下载
JDK 1.8 https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Redis 5.0.8 https://redis.io/download
MongoDB 2.6.10 https://www.mongodb.com/