Learn how to read a list of trusted certificates in Java through quick and practical examples
Also find me here:
Baeldung Author
Cristian Rosu
I am a software consultant / contractor / freelancer with over 5 years of experience and I help companies or individuals around the world to design and implement their software solutions, from prototyping to full-stack implementation. On the technical side, I like working with Java, Spring (Boot), Spring Cloud, JPA/Hibernate, SQL, NoSQL, REST, ActiveMQ, Microservices, Linux, Docker, Javascript, Angular and I know my way around Blockchain, Machine Learning, and DevOps technologies.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Data (2)
- Spring (1)
- Security (1)
- JSON (1)
Reading a Line at a Given Line Number From a File in Java
Filed under Java
Learn different ways of reading a line at a given line number inside a file
Differences Between YAML and JSON
Learn about the differences between YAML and JSON through quick and practical examples
Inject Arrays and Lists From Spring Properties Files
Filed under Spring
Learn various ways to use @Value and SpEL to inject property values as arrays or lists in Spring
Generating PDF Files Using Thymeleaf
Filed under Java
Learn how to generate PDF files using Thymeleaf.
Breaking YAML Strings Over Multiple Lines
Filed under Data
Learn how to break YAML strings over multiple lines