GithubHelp home page GithubHelp logo

rafex / ether Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 254 KB

Esta biblioteca que hice es para no depender de #springboot, para crear servicios REST super ligeros y quitarse tanto framework. Lo tengo funcionando en producción ya un año y sin problemas por eso es momento de abrirlo al mundo. Y nombrarlo, y elegí "éter" porqué es lo que aveces no vemos pero llena esos huecos para unir las piezas y funcione.

License: Other

Java 100.00%

ether's Introduction

Éter

Esta biblioteca que hice es para no depender de #springboot, para crear servicios REST super ligeros y quitarse tanto framework. Lo tengo funcionando en producción ya un año y sin problemas por eso es momento de abrirlo al mundo. Y nombrarlo, y elegí "éter" porqué es lo que aveces no vemos pero llena esos huecos para unir las piezas y funcione.

Para compilar

Requiere tener instalado Maven 3.x (yo use 3.6.3) y la versión del JDK con la que inicialmente empecé fue 14, pero recordando que muchos aún siguen en la versión 8 hice pruebas con esa versión y no hay problemas. Sin embargo la versión publicada en el repositorio central de Maven es con Java versión 11.

mvn clean compile

Descarga la dependencia del repositorio central de Maven

Repositorio Central de Maven

En su proyecto deberán agregar lo siguiente para usar cualquiera de los modulos (jwt, rest, jdbc, etc...)

<parent>
	<groupId>dev.rafex.ether.parent</groupId>
	<artifactId>ether-parent</artifactId>
	<version>2.0.0-v20201122</version>
	<relativePath/>
</parent>

Y ya en dependencias podrán agregar el modulo deaseado

<dependencies>
	<dependency>
		<groupId>dev.rafex.ether.rest</groupId>
		<artifactId>ether-rest</artifactId>
		<version>2.0.0-v20201122</version>
	</dependency>
</dependencies>

license-maven-plugin

  • license:check: verify if some files miss license header. This goal is attached to the verify phase if declared in your pom.xml like above.
  • license:format: add the license header when missing. If a header is existing, it is updated to the new one.
  • license:remove: remove existing license header

ether's People

Contributors

rafex avatar

Stargazers

 avatar

Watchers

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