-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
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 IDE
Tagged hotswap, IntelliJ, Open JDK, Spring Boot, Trava Open JDK, windows
Leave a comment