A quick and practical introduction of using build properties in a Spring Boot application.
Also find me here:
Baeldung Author
Priyesh Mashelkar
I am a software developer specialising in java and related technologies. I have a strong desire to learn new technologies and take pleasure in helping others.
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (3)
- Testing (2)
- Logging (2)
- Spring Boot (1)
- Spring (1)
Various Logging Levels in Hibernate
Filed under Logging, Persistence
A quick and practical overview of various logging levels in Hibernate.
The Spring TestExecutionListener
A quick and practical overview of Spring’s TestExecutionListener.
Mocking a Void Method with EasyMock
Filed under Testing
Mocking void methods doesn’t have to be tricky. Learn how EasyMock makes it simple.
JPA/Hibernate Projections
Filed under Persistence
Learn how to do projections in both JPA and Hibernate.
SLF4J Warning: Class Path Contains Multiple SLF4J Bindings
Filed under Logging
Learn about the SLF4J warning “Class path contains multiple SLF4J bindings” and how to fix it
Hibernate Named Query
Filed under Persistence
Learn how to define and use named HQL and native queries.