Giter Club home page Giter Club logo

pandorn's Introduction

pandora integration-layer service

Gradle构建项目

本项目是gradle构建,主要优点是比较灵活、使用简单(同样配置只需maven四分之一代码)、本地无需安装maven和gradle。灵活方面是构建脚本可写java代码,例如自定义war打包脚本

win系类:

gradlew clean -Denv=prod➊  -Dno=2.1➋  build dockerPush➌

mac、linux:

sh gradlew -Dorg.gradle.daemon=false -Denv=prod➊ -Dno=2.1➋  clean build dockerPush➌

➊ env=prod是打release包,其他值或者无值均是snapshot包
➋ no为版本号,默认为latest
➌ 打包成docker镜像并push到仓库

最终build出来的镜像格式

docker.d1m.cn/${project.name➊}:${version➋}

➊ 项目名称
➋ 版本号同build脚本中的no

Integration-layer

潘多拉小程序项目,scv,gigiya接口整合项目

pandora基础项目

集成mysql,redis,rabbitmq,consul

pandorn's People

Contributors

thinkinmind 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.