The Maven profile and the Spring profile are two completely different things. Your pom.xml defines spring.profiles.active variable which is available in the build process, but not at runtime. That is why...
  • April 3, 2022
  • 0 Comments
Since Java SE 6, there’s a builtin HTTP server in Sun Oracle JRE. The com.sun.net.httpserver package summary outlines the involved classes and contains examples. Here’s a kickoff example copypasted from their docs (to all people trying...
  • April 2, 2022
  • 0 Comments
Java Language Support extension provides basic features for the Java programming language. Current editing features include: Syntax highlighting and brace matching Outlining support for quickly collapsing classes and functions...
  • April 2, 2022
  • 0 Comments