Browsing: Configure
How to set up something
IntelliJ Idea: the famous IDE for JVM languages including Java, Scala, and Kotlin. If you don’t have it installed, follow Install…
Security and data protection are inevitable in the software world. Most companies set up proxies to limit access to the…
If your computer connects to the Internet through a proxy server, Apache Maven has to be configured with the proxy…
With the advancement of containerization and microservices, the idea of distributing all dependencies in s separate library folder is fading…
This tutorial shows you the way to add the latest MySQL JDBC driver to Eclipse. The same steps can be…
Hibernate supports different logging implementations but SLF4J-based loggers are preferred over standalone loggers. This article explains how to disable the…
Scala is a JVM-based functional programming language widely used in data analytics. You can install Scala using the terminal and…