Environment variables in Java and Spring boot
Environment variables are OS-specific. Those are stored for global usage. For example, we install Java in a specific path. The common path is "C:\Program Files\Java\jdk-17.0.5\bin" in Windows. If we want to do something in the command line using Java...
leeonscoding.hashnode.dev2 min read