Skip to content
View durimkryeziu's full-sized avatar
🤓
🤓
  • Kosovo/Lipjan
Block or Report

Block or report durimkryeziu

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

Pinned

  1. Spring Boot Docker | Gradle | Multi-... Spring Boot Docker | Gradle | Multi-Stage Build
    1
    # Gradle version of this: https://spring.io/guides/topicals/spring-boot-docker/#_multi_stage_build
    2
    FROM azul/zulu-openjdk-alpine:11.0.5 as build
    3
    WORKDIR /workspace/app/
    4
    
                  
    5
    COPY gradlew .
  2. family-tree-xml-parser family-tree-xml-parser Public

    🍃 Spring Boot application which accepts a certain format of XML documents, parses them and stores them in the database.

    Java 10 1

  3. Gradle Configuration for Integration... Gradle Configuration for Integration Tests
    1
    // Tested with Gradle 5.0
    2
    sourceSets {
    3
        integrationTest {
    4
            compileClasspath += sourceSets.main.output
    5
            runtimeClasspath += sourceSets.main.output
  4. jersey-2.x-webapp-for-servlet-container jersey-2.x-webapp-for-servlet-container Public

    ✨ Sample Jersey 2.x RESTful Web Application that can be deployed in a Servlet 3.0 Container

    Java 13 5

  5. task-definition task-definition Public

    Service which syncs two tables bidirectionally

    Java 1

  6. zip-code-util zip-code-util Public

    🔹 A Utility class which helps you with international Zip Codes validation

    Java 6