Code Monkey home page Code Monkey logo

springcloud-gateway's Introduction

1.项目描述

项目名:基础服务— 路由中心

1.整合gateway 与 swagger的*操作 2.基于gateway的权限控制器

2. 如何运行

服务端运行:

#(日志输出在 log.path 配置目录)
nohup  java -jar xx.jar   >/dev/null 2>&1 &
#docker 启动 
docker run  -p 83:8080 -d -i  test:1.0-SNAPSHOT

开发运行:请参考IntelliJ IDEA + springboot 使用说明(https://blog.csdn.net/y12nre/article/details/60869829)

2.1 开发环境配置

java: jdk1.8

Springboot:1.5.9

Mysql: 5.7+

linux: Centos 7.2+

2.3 发布流程

#1. 确定发布环境(dev | test | produce ),在父pom中设置profile
#2. 项目打包--docker
mvn clean package docker:build
#3. 项目打包--jar包
mvn clean install -Pproduce

springcloud-gateway's People

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.