11 novembro 2022
03 novembro 2022
27 outubro 2022
SpringBoot - Write Microservice in less than 2 mins..
Pre-requisite :
- Spring boot 2.7.0
- Maven 3.6 +
- Java 8 or later
Please go to https://start.spring.io/
Please add below dependencies in the project .
- spring-boot-starter-web
- spring-boot-starter-data-jpa
- spring-boot-starter-data-rest
- lombok
- H2
- spring-boot-devtools
Source: medium.com/javarevisited
06 outubro 2022
19 agosto 2022
Keystore vs. Truststore
Keystore is used to store private key and identity certificates that a specific program should present to both parties (server or client) for verification.
Truststore is used to store certificates from Certified Authorities (CA) that verify the certificate presented by the server in SSL connection.
Key differences
| Keystore | Truststore |
|---|---|
| Keystore stores your credential. (server or client) | Truststore stores others credentials (CA) |
| Keystore is needed when you are setting up the server side on SSL | Truststore setup is required for the successful connection at the client side |
| Client will store its private key and identify certificate on Keystore | Server will authenticate the client against the certificate stored on the server’s Truststore |
javax.net.ssl.keyStore is used to specify Keystore | javax.net.ssl.trustStore is used to specify Truststore. |
| Keystore passwords are stored in plaintext that is only readable by the specific group. | Truststore passwords are stored in plaintext that can be read by everyone. |
| Keystore contains private and sensitive information | Truststore doesn’t contain private and sensitive information |
28 julho 2022
Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript
Override Functions
in Parent
Subscrever:
Mensagens (Atom)

