Skip to content

teimatinimarin/red-wine

Repository files navigation

red-wine

This is a personal repo where I pretended to put in practice many concepts, frameworks and technologies that I've been interested to play with for a long time.

Some of those are:

  • Java 9 to 11 new features, including:
    • Module System (JSR 376)
    • Local-Variable Type Inference (JEP-323)
    • Native WebSocket support (JEP-321)
  • Websocket clients in JAVA
  • Docker
  • Amazon fun staff, like ECS, Cloudformation, DynamoDB, SNS, etc
  • Sonar Online service
  • Build a CICD pipeline in the cloud
sonar analysis

https://sonarcloud.io/organizations/red-wine/projects

To run static analysis in Sonar OnLine execute: mvn sonar:sonar
-Dsonar.organization=red-wine
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.login={key}

Gradle is not in use in this project be the moment... ./gradlew sonarqube
-Dsonar.organization=red-wine
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.login={key}

libraries used in this project

Maven plugins used in this project

  • org.sonarqube to run Static Analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published