Skip to content
View SergeyAlekseevN's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ok-test
Block or Report

Block or report SergeyAlekseevN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SergeyAlekseevN/README.md

Hi there 👋

Pinned

  1. dropwizard-audit dropwizard-audit Public

    Forked from mariagomez/dropwizard-audit

    Bundle for adding auditing to a dropwizard project

    Java 1

  2. dropwizard-jobs dropwizard-jobs Public

    Forked from dropwizard-jobs/dropwizard-jobs

    Quartz integration for dropwizard

    Java

  3. testcontainers-mongodb-morphia testcontainers-mongodb-morphia Public

    TestContainers with MongoDB and Morphia

    Java

  4. Create instanse of class with 1+ arg... Create instanse of class with 1+ args constructor using ByteBuddy
    1
    public class A {
    2
      private String message;
    3
      
    4
      public A(String message) {
    5
        this.message = message;