Giter Site home page Giter Site logo

capgemininorway / learnmake-microservices Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 68 KB

Learn-Make Microservices using Spring Boot and JIB to build Docker images

Home Page: https://capgemininorway.github.io

License: MIT License

Java 88.95% HTML 11.05%
microservices spring-boot docker google-jib kubernetes jib-maven-plugin learnmakeshare

learnmake-microservices's Introduction

Microservices using Spring Boot and JIB

Learn-Make Microservices using Spring Boot, JIB, Docker

LEARN & MAKE

Reading

Some useful links to advance your learning:

Setup your DEV env

Getting up and running for your dev-env is as easy as counting 1 to 4 :-)

  1. Make sure you have installed Java 8 version 8, Maven version 3.3.1 or higher.

  2. Clone this repo and verify compile

    git clone https://github.com/CapgeminiNorway/learnmake-microservices  
    cd path/to/learnmake-microservices  
    mvn clean compile  
    
  3. Build, containerize & push to docker repository

    • Build and push a container image for your application to a container registry.
      nb! make sure you already have created a project at Google Cloud Platform, then set docker.image.prefix inside pom.xml
    mvn clean compile jib:build -e
    

    If you encounter authentication issues, see Authentication Methods.

    To build to a Docker daemon, use:

    mvn clean compile jib:dockerBuild -e
    

    ...

  4. Run inside Eclipse or Intellij IDEA
    Import as standard Maven project.

Together We DO!

Please contribute with comments, pull-requests, etc.

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.