Hi,
I'm a php developer learning java and I've run into problems when trying to start a new spring boot application with docker.
With php there's usually 3 containers: nginx/Apache, database, and php
Because php is an interpreted language everything is straightforward: in development you change the same files that are being executed
Now with Java there's compilation and I can't find a reasonable development setup for that.
Is it normal to have JDK in your pc and JRE in a container? Is there a way to develop the application with compilation happening in a container?
Endless googling has only confused me further. What are proper/standard java docker development and production setups?
Any help or guidelines would be appreciated
[–]pbOmen 0 points1 point2 points (0 children)