Git Product home page Git Product logo

gitversiontest's Introduction

maven-archetype

模块说明

•uyun-common 通用模块,主要用于存放实体类以及工具类 任何模块都可进行依赖,但其本身应尽量减少依赖

•uyun-service-interface 服务接口,共享于服务提供者和服务消费者 作为抽象层被两者所依赖

•uyun-dao 提供db mybatis 访问

•uyun-service 服务提供者,用于提供消费者接口实现 存放主要业务逻辑

•uyun-web 服务消费者,提供前端Restful接口 通过dubbo远程RPC调用提供方暴露的服务

依赖环境

•Redis

其中有使用到Redis作为数据缓存,可通过Docker快速搭建Redis环境 使用公司内部镜像 docker pull registry.cn-hangzhou.aliyuncs.com/uyun/redis-sentinel:3.0.7

docker run -dp 6379:6379 -p 26379:26379 --name redis --restart always -e REDIS_HOST= -e REDIS_PORT=6379 registry.cn-hangzhou.aliyuncs.com/uyun/redis-sentinel:3.0.7 注意其中需要设置宿主机的ip

•Zookeeper

使用Zookeeper作为Dubbo的服务注册中心,通过Docker快速搭建Zookeeper开发环境 拉取镜像 docker pull registry.aliyuncs.com/daydayup/zookeeper

启动容器 docker run -d -p 2181:2181 --name=zookeeper --restart always registry.aliyuncs.com/daydayup/zookeeper

•MySQL

数据持久化需要依赖MySQL数据库,这里直接使用官方的镜像即可 拉取官方镜像 docker pull mysql

启动容器并设置root密码 docker run -dp 3306:3306 --name mysql -e MYSQL_ROOT_PASSWORD=root mysql

gitversiontest's People

Contributors

runningou avatar

Watchers

 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.