Spring Boot application in Docker using Spotify Dockerfile Maven
In this post I will show you how you can use the Spotify Dockerfile Maven plugin to build an image and then launch the container on its basis. Project We…
In this post I will show you how you can use the Spotify Dockerfile Maven plugin to build an image and then launch the container on its basis. Project We…
In this post I will show you how you can start your adventure with Spring Boot. We will create a new project using "Spring Initializer" and implement a simple controller…
When you press the Enter button in Microsoft Excel file, cursor move you to the next cell. If you want add break line between lines or paragraphs of your text,…
Often, instead of the standard username and password, you would like to use a private SSH key to connect to remote host via SSH. In this short post, I will…
In this short post I will show you how to dynamically provide arguments to DialogFragment from another Fragment or Activity. newInstance Let's create static public newInstance method in your DialogFragment.…
You will get this error code when try update the target table using multiple records from source. It completely does not matter if you use MERGE or direct UPDATE statement.…
In this post I will show you how to create, copy, move and remove files and folders at Ubuntu Linux operating system. Creating files and directories Usually files are created…
Problem You can encounter this problem when you use org.modelmapper.ModelMapper library and class. In most cases the issue is that you don't provide the Constructors and/or Getters and Setters for…
In this post I will explain why you encountered an error [Error 3854] [SQLState HY000] <your object name> is not a view while executing the DDL query at Teradata, what…
Sometime if you undocking your Repository Navigator from one of the Informatica tools (e.g. Designer, Workflow Manager) and close it, your Repository Navigator can completely disappreared. So you cannot dock…