Code Monkey home page Code Monkey logo

neo-starters's Introduction

Neo Starters Build Status Gitter Waffle.io

Neo Starters are a set of Spring Boot starters which gives even more opinionated view on developing REST services. It is based on conventions and best practices, we have established in Neoteric. With Neo Starters we decrease boilerplate code we were used to write when developing our services.

Quick start

Set up your parent pom.xml:

<parent>
    <groupId>com.neoteric.starter</groupId>
    <artifactId>neo-starter-parent</artifactId>
    <version>0.3.1</version>
</parent>

add basic starter as a dependency:

<dependency>
    <groupId>com.neoteric.starter</groupId>
    <artifactId>neo-starter</artifactId>
</dependency>

and your ready to go.

Released artifacts repository
<repository>
    <id>neoteric-os-releases</id>
    <name>Neoteric OpenSource releases</name>
    <url>http://naga.neoteric.eu:8081/nexus/content/repositories/os-releases/</url>
</repository>
SNAPSHOT artifacts repository
<repository>
    <id>neoteric-os-snapshots</id>
    <name>Neoteric OpenSource snapshots</name>
    <url>http://naga.neoteric.eu:8081/nexus/content/repositories/os-snapshots/</url>
</repository>

Documentation

For detail usage and information go to project Wiki pages.

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.