-
Pages
-
Recent Posts
Latest Comments
Archives
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- July 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- August 2020
- February 2020
- November 2019
- June 2019
- May 2019
- May 2018
- April 2018
- August 2017
- June 2017
- May 2017
- December 2016
- November 2016
- March 2016
- January 2016
- December 2015
- January 2014
- December 2013
- October 2013
- June 2013
- April 2013
- May 2012
- March 2012
- February 2012
- July 2011
- April 2011
- March 2010
- January 2007
- September 2006
Categories
Reading now!
-
Tag Archives: IntelliJ
Create PostgreSQL database for integration testing with Docker
In this article, we will explore the idea of creating a PostgreSQL database Dockerfile. We can, for example, use it for creating integration tests in a separate CI/CD workflow. Continue reading
Posted in Solutions
Tagged CI/CD, Docker, Dockerfile, integration tests, IntelliJ, postgresql
Leave a comment
How to set custom configuration for your local Git project repository
Suppose you do not want to have the same configuration for your local repository as you have your global Git settings. Or you need to fix identity information for commits that are already made in Git commit history. In that case, this article will show you a few Git commands on how to set up the custom configuration for your local Git repository or how to fix past mistakes. Continue reading
How to set a hot-swap on your Java project in IntelliJ Idea
In this article, we will look at how to hot-swap changes Continue reading
Posted in JetBrains suite
Tagged hotswap, IntelliJ, Open JDK, Spring Boot, Trava Open JDK, windows
Leave a comment