Skip to content
View joaopedroleiteslisboa's full-sized avatar
🏠
Trabalhando em casa
🏠
Trabalhando em casa
Block or Report

Block or report joaopedroleiteslisboa

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

Hi 👋, I'm João Pedro Leite

Software Engineer


Things I am passionate about


Currently studying


Get in touch


joaopedroleiteslisboa

Visitor count

Pinned Loading

  1. guide-docker-compose-files guide-docker-compose-files Public

  2. cobol-praticas cobol-praticas Public

    COBOL

  3. system_bibliotec system_bibliotec Public

    Java

  4. criteria_consultas_exemplos criteria_consultas_exemplos Public

    Java

  5. Example of RestTemplate with digital... Example of RestTemplate with digital certificate and PEM certificate without a secret word | SpringBoot with certificate and PEM
    1
    package com.system.bibliotec.service;
    2
    
    
    3
    import java.io.BufferedReader;
    4
    import java.io.ByteArrayInputStream;
    5
    import java.io.File;
  6. Example CustomAsyncExceptionHandler ... Example CustomAsyncExceptionHandler SpringBoot Applications
    1
    package com.system.bibliotec.config;
    2
    
    
    3
    import java.lang.reflect.Method;
    4
    import java.util.Arrays;
    5