While Spring Actuator is a great way to check on the health of your Spring application, sometimes we need to prevent certain important values from being exposed.
Choosing the right set of automation tools is paramount in successful test automation. Find an overview of various tools strengths and weaknesses here.
You've made some changes to your code, so it's time to redeploy and sit around for five minutes! Or you could use DCEVM and HotswapAgent to turn it into seconds.
When answering common questions, it's good to have as many options as possible. In this post, we do just that in search of what to do with common code in Spring MVC.
Learn how to create a serverless Angular app, and get rid of concerns like elasticity, scale, and resiliency so you can concentrate fully on your code.
web3j seamlessly integrates with Spring Frameworks. Simply create a new Spring Boot app, add the starter to your configuration, and create a service with web3j.
Making a Spring Boot Rest Controller that takes POST requests is a straightforward process. Let's get it started, then test our work with Postman and code alike.
If your packages aren't in the right place, you're going to have a bad time. See how to tell Spring where your entities are so they don't get lost in the fray.
Freescale and NXP combined last year. A result? Their newly released MCUXpresso IDE. See the latest features, ranging from more intuitive tools to debug probe discovery.
Let's dive into using named queries for JPA entities. The @NamedQuery annotation allows for finer control and enhanced functionality for your databases.
Wicket is a good framework, but its configuration code is verbose. Fortunately, you can integrate it with Spring Boot to take advantage of its autoconfigure capabilities.