This is the most accurate and quality tutorial I have ever seen. Thank you so much.
@antoniofuller233110 ай бұрын
I hope this works in my own simple starter project.
@pradeepwijetunga3302 Жыл бұрын
you need to do more Java Videos as you have the most exquisite attitude teaching programming logic
@_b0h4z4rd72 жыл бұрын
But how did the quarkus container using the database container? I saw that you used "postgresql" as Database Service Name in openshift and the jdbc.url in application.properties. But doesn't that mean that you can't run this configuration in DevMode? I expected something like "localhost:" in the application.properties and then some configuration in openshift to override it (just as environment variable in a docker compose file).
@BurrSutter2 жыл бұрын
Here is the application.properties that I am using these days: github.com/burrsutter/todo-apps/blob/main/quarkus-todo/src/main/resources/application.properties The Dev Mode capability now has the concept of Dev Services which means things like databases are auto-launched on localhost via Docker based on their inclusion in the pom.xml.