Code Monkey home page Code Monkey logo

poc's Introduction

Build Status codecov License

My POC

Introduction

This repo is for all POC which I does and learnings I learnt Below are the projects that I have completed POC

Filing Issues

If you encounter any bug, please file an issue here.

To suggest a new feature or changes that could be made, file an issue the same way you would for a bug.

Pull Requests

Pull requests are welcome. To open your own pull request, click here. When creating a pull request, make sure you are pointing to the fork and branch that your changes were made in.

How to setup Project

This project is using lombok so you need to prepare your IDE as described here. After Setup import project as a maven project.

How to apply spring-formatter

To assign spring-formatter issue command mvnw io.spring.javaformat:spring-javaformat-maven-plugin:apply after adding plugin to pom.xml

How to release a multi module project to git

git checkout -b release/v0.2.1

mvn --batch-mode release:prepare release:perform -DreleaseVersion=0.2.1 -DdevelopmentVersion=0.2.2-SNAPSHOT

git checkout development
git merge --no-ff -m "v0.2.1-SNAPSHOT" release/v0.2.1

git checkout master
git merge --no-ff -m "v0.2.1" release/v0.2.1~1

git branch -d release/v0.2.1

git push --all && git push --tags

poc's People

Contributors

rajadilipkolli avatar rajadileepkolli avatar

Watchers

James Cloos 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.