Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Maven

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting, and documentation from a central piece of information. Maven is typically used for Java projects.

https://github.com/falsyvalues/maven-wrapped-webapp

Simple maven wrapped webapp that runs external tools like npm script/gulp for building

archetype gulp maven npm

Last synced: 13 Oct 2024

https://github.com/marko19907/to-do-list-app

To-Do List app. A first-year student project for the “Systems Development” (IDATA1002) course at NTNU.

java javafx maven mvc-architecture todo-app todolist-app unit-testing

Last synced: 06 Nov 2024

https://github.com/gazbert/spring-boot-rest-app

A sample Spring Boot app that exposes a REST endpoint and shows how to test it.

checkstyle gradle jacoco java jwt maven rest-api sample-app spotbugs spring-boot swagger

Last synced: 14 Oct 2024

https://github.com/marko19907/patient-register-gui

A second semester “Programming 2” project with JavaFX, CSV files and ORM.

csv-export csv-import derby-embedded factory-pattern java javafx lambdas maven mvc-architecture orm streams unit-testing

Last synced: 06 Nov 2024

https://github.com/ivanmartynovleti/java-shareit

Бэкенд платформы для аренды вещей.

docker h2-database hibernate java junit lombok maven mockito postgresql rest-api slf4j spring-boot spring-framework

Last synced: 05 Nov 2024

https://github.com/n3d1117/book-manager

A simple book manager, built using test driven development (TDD) with Java and Maven.

continuous-integration github-actions java maven sonarqube test-driven-development

Last synced: 31 Oct 2024

https://github.com/marko19907/java-observer-pattern

“Observer” design pattern demo.

java maven observer-pattern

Last synced: 06 Nov 2024

https://github.com/nstebbins/chatroom

a multi-threaded chatroom written in Java that runs in the terminal

chat-room java maven multithreading network-programming

Last synced: 18 Oct 2024

https://github.com/nstebbins/linear-algebra

a helpful library of iterative linear algebra algorithms

java linear-algebra maven

Last synced: 18 Oct 2024

https://github.com/lross2k/resortes-swing-gui

Pequeña interfaz creada para graficar el comportamiento transitorio de unos resortes

java jfreechart maven plot swing

Last synced: 24 Oct 2024

https://github.com/lross2k/randomfighter

Spigot plugin that implements a simple minigame

java maven minecraft-plugin spigot-plugin

Last synced: 24 Oct 2024

https://github.com/marko19907/os-programming-concepts

Operating system programming concepts, Operating Systems with System Programming (IDATA2305) course, spring 2022.

dining-philosophers-problem java java-monitor lambdas maven maven-modules multithreading producer-consumer-problem sleeping-barber streams synchronization threadpoolexecutor threads

Last synced: 06 Nov 2024

https://github.com/nickklos10/e-store-application

Java-based GUI application that simulates an e-commerce store, designed to mimic the shopping experience of a simplified online store.

java javafx-gui maven oop

Last synced: 12 Oct 2024

https://github.com/byteit101/maven_require

A gem for loading maven coordinates interactively in JRuby

gem jruby maven

Last synced: 13 Oct 2024

https://github.com/ryanfleck/spring-mvc-boilerplate

Spring MVC Skeleton with Unit Tests, CI and a Heroku Container deployment.

bootstrap java junit5 maven spring

Last synced: 18 Oct 2024

https://github.com/wagdy123/selenium-framework

selenium framework project using Java , maven and TestNg

java maven selenium testng

Last synced: 01 Nov 2024

https://github.com/aoju/abarth

Java及springboot等插件集合,实现可通过Maven命令或绑定在Maven构建的生命周期之中执行,用以更加便捷的方式集成,具体使用请查看模块介绍

abarth maven

Last synced: 07 Nov 2024

https://github.com/christopwner/docker-maven-aws-eb

Docker image of Maven and AWS Elastic Beanstalk CLI.

aws docker elasticbeanstalk maven

Last synced: 14 Oct 2024

https://github.com/yagmurbarank/onlinecourseplatform-java-spring

"OnlineCoursePlatform-Java-Spring: Final Project for SistersLab Java Back End Academy"

docker java maven mysql-database postman rest-api spring-boot spring-data-jpa swagger

Last synced: 24 Oct 2024

https://github.com/markiewb/cucumber-maven-example

Cucumber Maven Example with Data Tables

cucumber maven

Last synced: 28 Oct 2024

https://github.com/markiewb/bigmultimoduleforidea

A Maven multimodule with generated-sources and a long-running WAR-module. Tests the Maven support of IntellJ IDEA 2016.3.x

intellij intellij-idea maven maven-multimodule sample

Last synced: 28 Oct 2024

https://github.com/marko19907/hospital-app-project

A second semester project for the subject “Programming 2” at NTNU’s Bachelor program in Computer Science.

hospital-management-system inheritance java maven unit-testing

Last synced: 06 Nov 2024

https://github.com/ryanfleck/essential-java-template

For teaching others how to program, a small, scalable and complete Java program with CI and unit tests.

circle-ci java junit maven

Last synced: 18 Oct 2024

https://github.com/dilumdesilva/tution-billing-system

Online tuition billing system

java maven mysql spring-boot

Last synced: 14 Oct 2024

https://github.com/marko19907/git-cleaner

A simple utility that can run the git gc command on all sub-folders.

cleaner git java javafx maven multithreading mvc-architecture recursion threads utility

Last synced: 06 Nov 2024

https://github.com/markiewb/nb.my.plugin

Maven-based template for creating my NetBeans plugin

maven nbm netbeans-plugin sample

Last synced: 28 Oct 2024

https://github.com/marko19907/algorithms

A collection of algorithms and data structures made as a part of NTNU's "Algorithms and Data Structures" course, fall 2021.

algorithms cache data-structures heap java list maven recursion searching-algorithms sorting-algorithms tree unit-testing

Last synced: 06 Nov 2024

https://github.com/rafaelrok/spring-batch

This project aims to explore the entire spring-batch universe, working with file processing, bringing concepts, processing performance...

java jdk17 maven mysql spring-batch spring-batch-jobs spring-boot spring-framework

Last synced: 25 Oct 2024

https://github.com/bertuginal/real-estate-final-project

FMSS & Patika+ Fullstack Bootcamp Real Estate Final Project

hibernate java maven model-mapper open-feign postgresql rabbitmq spring-boot swagger

Last synced: 07 Nov 2024

https://github.com/luanpotter/xyz-generator

An updated version of maven-archetype-quickstart

archetype-generator java java11 java8 maven

Last synced: 24 Oct 2024

https://github.com/marko19907/card-game-gui

An obligatory JavaFX task for the subject “Programming 2”

card-game java javafx lambdas maven mvc-architecture streams

Last synced: 06 Nov 2024

https://github.com/joebew42/akka-http-quickstart-java

Example code from Akka-HTTP-Quickstart Java official documentation

akka-http example maven quickstart

Last synced: 01 Nov 2024

https://github.com/temgi/apilogistica-old

A API Foi Desenvolvida para o Controle do Fluxo de Entrega de Mercadorias para Clientes, empregando Recurso como Versionamento Database, Collection Resources, Validação, Exception Handler, Padrão ISO-8601 para Data e Hora, Validation Group, Domain Services, Padrão DTO, Validação em Cascata, Sub-Recursos de API, Ação Não-CRUD(Processos de Negócios)

apache-tomcat bean-validation flyway hibernate-jpa jackson java11 lombok maven model-mapper mysql-database postman spring-boot spring-data-jpa spring-framework

Last synced: 05 Nov 2024

https://github.com/weronika-stepien/ci-cd

CI/CD setup for web applications using Jenkins, Docker, SonarQube, Kubernetes, ArgoCD, GitHub and DockerHub. Includes automated build, test, and deployment pipelines.

argocd continuous-deployment continuous-integration docker java jenkins kubernetes maven python sonarqube web-applications

Last synced: 01 Nov 2024

https://github.com/verdagio/springbootapplication

3rd year undergraduate server side RAD project using spring boot w/ maven

java maven spring-boot

Last synced: 12 Oct 2024

https://github.com/afeiship/ushell-module-maven

Maven for ushell.

java maven module mvn ushell

Last synced: 27 Oct 2024

https://github.com/sergiusthebest/mavenrepowatcher

Watches maven repos for updated packages and sends a notification email

maven

Last synced: 14 Oct 2024

https://github.com/hkhc/jarbird

Maven Central publishing made easy

artifactory gradle gradle-plugin kotlin maven

Last synced: 14 Oct 2024

https://github.com/codedrivenmitch/maven-8-aws-cli-docker

Docker image with Maven on Java 8, the AWS CLI, python and Docker executables; ideal for CI/CI with Java projects (i.e. on Gitlab CI)

aws-cli ci-cd docker gitlab-cli java maven

Last synced: 15 Oct 2024

https://github.com/j-duya/bootjava

小前端学习 java 编程

java kafka maven mysql redis spring-boot

Last synced: 31 Oct 2024

https://github.com/salma-4/employee_management_system

CRUD operations to manage employees using Spring-MVC

hibernate-orm jsp maven mysql-database spring-mvc

Last synced: 06 Nov 2024

https://github.com/salma-4/products_crud_operations

CRUD operations to handle products using Spring MVC , "training task"

hibernate-orm java jsp lombok maven mysql-database spring-mvc

Last synced: 06 Nov 2024

https://github.com/socopoko/inetbanking

Automation testing framework for an e-banking web application.

automation-testing jenkins maven selenium

Last synced: 07 Nov 2024

https://github.com/suelengalhardo/journey_java

Backend APIRest de la aplicación de viaje con Java y SpringBoot

flyway h2-database insomnia intellij-idea java jpa lombok maven spring-boot

Last synced: 09 Oct 2024

https://github.com/gzm55/parent-repositories-maven-extension

Maven Extension for Resolving Parent Artifacts

maven maven-extension

Last synced: 14 Oct 2024

https://github.com/nabeel-ahmed-jamil/mongoquery

Fun With MongoDB Creating the Single Query Builder For Whole Pojo

gson java-8 maven mongodb morphia

Last synced: 07 Nov 2024

https://github.com/hiperium/cities-module

Administration module for Smart Cities information and configuration for the Hiperium Project.

aws-dynamodb aws-lambda aws-sam docker graalvm java localstack maven shell-scripts spring-boot spring-cloud-function spring-native testcontainers

Last synced: 16 Oct 2024

https://github.com/szgabsz91/npm-maven-extension

A Maven extension and a Maven plugin to download NPM packages into the local Maven repository and extract them into an arbitrary folder

maven maven-extension maven-plugin npm

Last synced: 14 Oct 2024

https://github.com/robson-teixeira/java-jpa-loja

Repositório do curso Jornada do Conhecimento de Back-End Java (Nível Intermediário) - Java e JPA: consultas avançadas, performance e modelos complexos da plataforma Alura.

alura criteria-api eager-loading hibernate hibernate-jpa java java11-maven java8 jdk jpa jpa-hibernate jpa-persistence-applications jpa-repository jpql jre lazy-loading many-to-many many-to-one maven one-to-one

Last synced: 13 Oct 2024

https://github.com/davidber0102/001-challenge-forohub-java

Resultado de un curso completo de programacion con Java en el lado de Back End

intellij-idea java maven mysql-database spring-boot

Last synced: 09 Oct 2024

https://github.com/naoghuman/lib-project-sampler

`Lib-Project-Sampler` is inspired by [FXSampler] which is a subproject from the awesome project [ControlFX]. `Lib-Project-Sampler` is a generic sampler application for any [JavaFX] framework.

framework java java-8 javafx javafx-8 javafx-application javafx-library library maven sampler

Last synced: 29 Sep 2024

https://github.com/deanlogan/spring-boot-course

Code from a spring boot course

java java-17 maven spring-boot

Last synced: 14 Oct 2024

https://github.com/lgomezruiz/sales-api-rest

Simple REST API with basic knowledge of Spring Boot and using PostgreSQL database. In this case, the service manages information about different customers, saving their ID, name, surname, direction, phone and email. API Documentation with Swagger.

api-rest intellij java maven postgresql postman spring spring-boot spring-data-jpa spring-web swagger

Last synced: 09 Oct 2024

https://github.com/codecshekhar/electra-spring-boot-rest-service

This repository contains spring-boot-rest-service concepts to illustrate its advantages in my project

lombok maven rest-api restful restservices spring-boot

Last synced: 14 Oct 2024

https://github.com/sultansagitov/simplesix64

Encode scheme for 6 bit symbols

6bit case-insensitive encoding java maven

Last synced: 14 Oct 2024

https://github.com/farnam-hs/blogging-platform-api

A RESTful API built with Java, using Jersey and MySQL. It supports CRUD operations for blog posts, with a focus on clean architecture and separation of concerns.

database jakarta-ee java jax-rs jdbc jersey junit maven mockito restful-api

Last synced: 14 Oct 2024

https://github.com/luizrossini1/screenmatch

Software developed in conjunction with Alura instructors

alura intellij java maven spring

Last synced: 09 Oct 2024

https://github.com/mirajhad/shopnow.api

Develop Full Stack E-Commerce website with Angular and Java Spring Boot

java17 maven springboot333

Last synced: 14 Oct 2024

https://github.com/cristianstanciu/atlassian-mvn-swagger-request-validator-bitbucket-mirror

Mirror of Atlassian Swagger Request Validator from Bitbucket

maven maven-plugin mvn-plugin plugin

Last synced: 14 Oct 2024

https://github.com/codecshekhar/spring-boot-example

This repository contains Spring-Boot concepts to illustrate its advantages

application maven spring-boot

Last synced: 14 Oct 2024

https://github.com/daciomp/financing-app

Aplicação que calcula os valores da entrada e das parcelas de um financiamento. Techs utilizadas: Java 21, JUnit 5, Maven.

java-21 junit5 maven

Last synced: 14 Oct 2024

https://github.com/sancakerkan/libraryapp-integrationtesting

This repository contains integration tests for the LibraryApp, a Java-based application designed to manage library operations. The tests focus on verifying the interaction between various classes in the application, using Mockito for mocking dependencies.

junit junit5 maven mockito mockito-junit-test software-testing

Last synced: 14 Oct 2024

https://github.com/andrzejszelag/gym

A web-based application to collect information about the members of a gym | 🔶🔶🔶 Builder Design Pattern 🔶🔶🔶

hibernate-orm java junit5 lombok maven postgresql-database spring-boot

Last synced: 14 Oct 2024

https://github.com/nadilson-ifpe/dio-academia-digital

Desafio do bootcamp Banco PAN Java Developer

java maven spring

Last synced: 06 Nov 2024

https://github.com/dummumounika/ecommerce-project

This repository Ecommerce application developed using Spring Boot. The application supports various operations related to products, categories, add to cart , customers and units, offering a robust platform for managing an online store. The project includes functionalities for creating, updating, viewing, and deleting.

aop java junit jwt maven mysql profile redis-cache restful-api spring-boot spring-data-jpa swagger

Last synced: 14 Oct 2024

https://github.com/emilianbold/nbm-impldep

NetBeans nbm-maven-plugin implementation dependency

dependency maven nbm nbm-maven-plugin netbeans

Last synced: 16 Oct 2024

https://github.com/vinod0505/rest-service

Hewlett Packard Enterprise Software Engineering Job Simulation on Forage Task-2 Using Java Spring Boot, build a basic RESTful Web Service that can send basic server requests Task-3 Add application support for uploading JSON data Task-4 Develop a set of unit tests to assess your application's performance

java junit maven restful-api spring-boot springweb

Last synced: 14 Oct 2024

https://github.com/regulad/regulib

📚 Library of common Android utilities, including data manipulation & async utils.

android android-library gradle kotlin library maven maven-central utilities

Last synced: 25 Oct 2024

https://github.com/charlyautomatiza/starter-karate-dsl

Creamos en vivo un Starter project para Testing de API Rest y GraphQL

gherkin graphql java karatedsl maven rest-api testautomationframework

Last synced: 21 Oct 2024

https://github.com/e3gsix/tech-challenge-5-items

Microsserviço dedicado à gestão de itens de um e-commerce

java-17 jpa maven postgresql spring spring-security swagger

Last synced: 31 Oct 2024

https://github.com/netbuffer/print-server-address

spring-boot dev tool,for print your project server address when server startup

build environment git gradle hook java javaee maven server spring spring-boot springframework tool web

Last synced: 06 Nov 2024

https://github.com/e3gsix/tech-challenge-5-payment

Microsserviço designado ao pagamento de carrinhos de um e-commerce

java-17 jpa maven postgr spring spring-security swagger

Last synced: 31 Oct 2024

https://github.com/ittovate/demo-db-to-kafka-to-db

Send data in batches from one database to Kafka then to another database with scheduling.

docker kafka maven mysql spring

Last synced: 31 Oct 2024

https://github.com/thomaspoignant/jenkins-pipeline

Some example of jenkins pipeline i use

examples jenkins jenkins-pipeline jenkinsfile maven slack sonar

Last synced: 15 Oct 2024

https://github.com/tofazzaltopu/spring-boot-docker-jenkins-kubernates

spring-boot-docker-jenkins-kubernates-auto-deployment

docker java-11 kubernates maven spring spring-boot

Last synced: 18 Oct 2024

https://github.com/iliangithub/proyecto_aws_webapp

This GitHub project is part of the 'DevOps Beginners to Advanced' course on Udemy. As in previous projects, we have created a multitier web application LOCALLY (using Vagrant), and now, we are going to migrate it to the cloud using AWS and the tools it offers. We will use the "Lift and Shift" strategy for this migration.

aws aws-asg aws-ec2 aws-elb aws-iam aws-route53 aws-s3 iaas jdk mariadb-server maven memcached paas rabbitmq saas tomcat10

Last synced: 18 Oct 2024

https://github.com/rsmith1220/proyecto1redes

This is a simple XMPP chat using java and smack with the help of maven

java maven smack xmpp

Last synced: 02 Nov 2024