/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thinkcode.se
| | mydeveloperplanet.com
3.4 parsecs away

Travel
| | In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy! 1. Introduction Many applications consist out of a backend and a...
| | www.cybershu.eu
2.8 parsecs away

Travel
| | Hello there ?,Hello ?, I was tasked with integrating a Java class for data generation into ourCI/CD pipeline. The goal was to create a shaded JAR that could ...
| | www.jasonwhaley.com
3.5 parsecs away

Travel
| | I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...
| | initialcommit.com
10.6 parsecs away

Travel
| Spring Boot provides an embedded servlet container which makes it very easy to setup and deploy web applications, by default all Spring Boot applications are exported as a runnable jar file and developers would only need to run this jar file on a java environment without the need to worry about installing and setting up servlet containers.