排序
Parsing JSON in Spring Boot, part 2
Parsing JSON in Spring Boot, part 2, Parsing JSON in Spring Boot (2 Part Series) 1 Parsing JSON in Spring Boot, part 1 2 Parsing JSON in Spring Boot, part 2 In Part 1, we covered s...
Spring Boot : Enable CORS
Spring Boot : Enable CORS,If you have client app running on http://localhost:4200 and it make a request to API written in Spring Boot that is running on http://localhost:8080, You ...
Complete Guide To Selenium Locators In Protractor (Examples)
Complete Guide To Selenium Locators In Protractor (Examples),While testing the functionality for your website, especially web elements such as radio button, text boxes, drop-down, ...
How to monitor remote JVM applications with `logback-webhook-appender`.
How to monitor remote JVM applications with `logback-webhook-appender`., Overview This tutorial is for anyone who is actively using logback in their JVM applications. For those who...
Static access to your Spring Beans
Static access to your Spring Beans,There are some edge cases where you want to access Spring Beans in a static method. While you should always try to refactor your code so you do n...
The Modern Cpp Challenge on Mobile – Sexy prime pairs
The Modern Cpp Challenge on Mobile – Sexy prime pairs,Hello ! I’m Xavier Jouvenot and here is the fifth part of a long series on The Modern C++ Challenge.In this article, I am go...
How to Complete a Programming Project From Scratch
How to Complete a Programming Project From Scratch,Currently, I am in my last semester of teaching a second-year programming course on software components in Java, and I’m at that...
Spring Boot : Get property value
Spring Boot : Get property value,If you have a properties, You can get the value by using @Value, Environment or @ConfigurationProperties app.msg=Hello World app.version=1.0.0 @Val...
Testing Micronaut Kafka Streams
Testing Micronaut Kafka Streams,Here’s an example of integration testing Micronaut Kafka Streams applications - https://github.com/PhilHardwick/micronaut-avro-streams-example. It ...
System Rules on the Command Line
System Rules on the Command Line, Introduction This is a more of a follow up to my previous post Barebones Guide to JUnit on the Command Line rather than an entirely new topic. Sys...
How to avoid Insecure Binder Configuration in JAVA
How to avoid Insecure Binder Configuration in JAVA, What is API ABUSE? An API is a contract between a caller and a callee. The most common forms of API abuse are caused by the call...
Add Amazon Comprehend to Spring Boot Project
Add Amazon Comprehend to Spring Boot Project,Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in the t...